OK, thanks for the info. Now I just have to convince my wife to call me Fredaaron wrote:http://www.purebasic.fr/english/viewtopic.php?t=34179Yann Le Bihan wrote:Very exciting news, but none of the Ogre examples work on my Intel Macs : on compile, PB keeps asking for DirectX9 (ouch !) and hangs forever until I force-quit
Its coming....
PureBasic 4.30 Beta1 released!
- 
				Yann Le Bihan
 - New User

 - Posts: 5
 - Joined: Fri Sep 19, 2008 10:14 am
 - Location: Lyon, France
 
- 
				Heis Spiter
 - User

 - Posts: 41
 - Joined: Fri Aug 22, 2003 7:10 pm
 - Location: 76 (FRANCE)
 - Contact:
 
> Especially not being able to resume execution after an exception.
The resume feature before was just a gamble. There was no way to determine where to resume savely, so most of the errors resulted in follow-up errors anyway.
So we just removed a feature that never fully worked anyway and provided only a false sense of security.
			
			
									
									The resume feature before was just a gamble. There was no way to determine where to resume savely, so most of the errors resulted in follow-up errors anyway.
So we just removed a feature that never fully worked anyway and provided only a false sense of security.
quidquid Latine dictum sit altum videtur
						- NicTheQuick
 - Addict

 - Posts: 1529
 - Joined: Sun Jun 22, 2003 7:43 pm
 - Location: Germany, Saarbrücken
 - Contact:
 
Write a Web Library yourself ( CGI - LIB ) - all you need is some basic gadgets like (Sessions, and save-var env) - in terms of security id rather use php for that tho.
Sure you can write webapps with PB ( and that with about 10x the performance ..) but oyu ve got to take care of ALOT of checks to maintain a reasonable security.
Id rather see the language evolve and bugfixes instead some web-app features fix included that everyone needs a little bit different for their enviroment - besides which could be a community project - heck there even have been some examples.
Thalius
			
			
									
									Sure you can write webapps with PB ( and that with about 10x the performance ..) but oyu ve got to take care of ALOT of checks to maintain a reasonable security.
Id rather see the language evolve and bugfixes instead some web-app features fix included that everyone needs a little bit different for their enviroment - besides which could be a community project - heck there even have been some examples.
Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!
"
						but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!
And I already turned my back off PureBasic some weeks ago, to move on to C# and XNA (but I don't get happy with the "Windows only" thing about it). But as my teacher always says, a programming language is just a tool, so I think I'll "return".
Now the only thing I am still missing is native OOP, but that's not so critical
Just: Thanks, I am amazed rigth now!
best regards,
Violet
						Violet
I would prefer the model of freepascal and former versions of delphi: they compiled to apachemodul. Morfik (http://www.morfik.com/), which uses freepascal as a compiler, goes one step further - it binds the webapplication with apache and firebird, so you get one exe-file, which contains the webserver, the application & the database - all ultrafast and with less memory. Another approach eventually would be to support the fast-cgi standard.Thalius wrote:Write a Web Library yourself ( CGI - LIB ) - all you need is some basic gadgets like (Sessions, and save-var env)
fast-cgi already works.
for an apache module you would need to link against the apache release and headers ( which would have to be converted to PB ) - theoretically possible but alot of work - and what if anyone wants to use IIS ? *urghs*
Thalius
			
			
									
									for an apache module you would need to link against the apache release and headers ( which would have to be converted to PB ) - theoretically possible but alot of work - and what if anyone wants to use IIS ? *urghs*
Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!
"
						but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone!
Loaders...
Will there be support for loading other mesh formats like .x, .3ds etc as this would open the whole engine up to using more different types. The .mesh files are usable but it would be nice to have other formats supported.
TBH the converters for anything to .mesh seem flaky at best, the only one I have that works is a 3ds2mesh.exe command line thing. I dont have 3dsmax I do have Milkshape and the converter for that is broken, nothing converted with that loads into Purebasic it just causes errors.
			
			
									
									
						TBH the converters for anything to .mesh seem flaky at best, the only one I have that works is a 3ds2mesh.exe command line thing. I dont have 3dsmax I do have Milkshape and the converter for that is broken, nothing converted with that loads into Purebasic it just causes errors.
Have you checked the OGRE forums: http://www.ogre3d.org/phpBB2 ? There seems to have lot of converters. It's not planned to support many formats for now.
			
			
									
									
						

