PureBasic 4.30 Beta1 released!

Developed or developing a new product in PureBasic? Tell the world about it.
Yann Le Bihan
New User
New User
Posts: 5
Joined: Fri Sep 19, 2008 10:14 am
Location: Lyon, France

Post by Yann Le Bihan »

aaron wrote:
Yann 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 :-?
http://www.purebasic.fr/english/viewtopic.php?t=34179

Its coming....
OK, thanks for the info. Now I just have to convince my wife to call me Fred :)
Heis Spiter
User
User
Posts: 41
Joined: Fri Aug 22, 2003 7:10 pm
Location: 76 (FRANCE)
Contact:

Post by Heis Spiter »

Hi!
Good job, this release looks really promising :). Except for OnError lib. IMO it looks more like a regression than like a progress. Especially not being able to resume execution after an exception.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

> 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.
quidquid Latine dictum sit altum videtur
User avatar
NicTheQuick
Addict
Addict
Posts: 1503
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Post by NicTheQuick »

@freak:
When I can expect PB 4.30 Linux x64?
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

It will be not released with 4.30. We want to have a solid Windows x64 version before doing the other 64 bits versions.
perb
New User
New User
Posts: 8
Joined: Mon May 23, 2005 8:27 pm

Post by perb »

Great news! Now the only major thing missing, is the ability do programming for the web with purebasic in a better way ;). The I could use purebasic for all my programming needs. Any chance to implement that in future versions of pb?
Thalius
Enthusiast
Enthusiast
Posts: 711
Joined: Thu Jul 17, 2003 4:15 pm
Contact:

Post by Thalius »

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
"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! ;)"
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Post by luis »

Thalius wrote: 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
A-B-S-O-L-U-T-E-L-Y.

(you can read it as: I agree)
Violet
Enthusiast
Enthusiast
Posts: 106
Joined: Sun Dec 23, 2007 6:30 pm

Post by Violet »

:shock: wtf, the "OGRE Update" is a dream (bigger than I thought). I already gave up trying to work with OGRE in Visual C++ 2008, because I never got something running properly, excepting the demo projects... Now solved, I buyed my PureBasic license last christmas, so I have the possibility to use OGRE easily with PureBasic now.

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". :D

Now the only thing I am still missing is native OOP, but that's not so critical :D and of course the curly brackets ( "{", "}"), I love them, they make C/C++/C# so... sexy. lol

Just: Thanks, I am amazed rigth now! :D
best regards,

Violet
endo
Enthusiast
Enthusiast
Posts: 141
Joined: Fri Apr 30, 2004 10:44 pm
Location: Turkiye (istanbul)
Contact:

Post by endo »

Its great! Thanks a lot.
-= endo (registered user of purebasic since 98) =-
perb
New User
New User
Posts: 8
Joined: Mon May 23, 2005 8:27 pm

Post by perb »

Thalius wrote:Write a Web Library yourself ( CGI - LIB ) - all you need is some basic gadgets like (Sessions, and save-var env)
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
Enthusiast
Enthusiast
Posts: 711
Joined: Thu Jul 17, 2003 4:15 pm
Contact:

Post by Thalius »

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
"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! ;)"
EdzUp[SD]
Enthusiast
Enthusiast
Posts: 104
Joined: Thu Jun 26, 2008 10:53 pm
Location: Banstead, UK

Loaders...

Post by EdzUp[SD] »

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.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

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.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

There are 3dsmax exporters that export to the Ogre XML format which can then be converted to binary using the official conversion tools.
Post Reply