PureBasic 3.94 Beta 3 for Windows released

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18237
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

PureBasic 3.94 Beta 3 for Windows released

Post by Fred »

Hi there,

After a long debugging session, here is the new beta version of the forthcoming 3.94 version for Windows. We really encourage everyone who can to test it and report any bugs/problems when using it, we consider it as 'stable'. Grab it while it's hot and your personal account (www.purebasic.com) . Don't forget to read the Beta.txt file to see what has changed since the last release.

Have fun !

The Fantaisie Software Team.
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

1, 2, 3 ... go !!!
Thanx Fred and to the Purebasic Team for your great work and support :)
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

who hooo hooo, sweeetness.
User avatar
IceSoft
Addict
Addict
Posts: 1695
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

@Fred,
Has this beta3 included all beta-libs (from http://www.purebasic.com/beta ) too?
Belive! C++ version of Puzzle of Mystralia
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Anden
Enthusiast
Enthusiast
Posts: 135
Joined: Mon Jul 21, 2003 7:23 am
Contact:

Post by Anden »

Had my very first look @ the new IDE and have to admit: It evolves but still has to catch up to JaPBE in loads of details.

Just some examples:
* No special color for vars
* No parameter info in the procedures list
* No support for handling the build number (which is a must): See #jaPBe_ExecuteBuild
* Does not switch into the actual error-source tab (after compile error)
* Raises an error for this line: XIncludeFile "2A-ChitChat_DeclaresGlobals.pb": <Cannot load source code! 2> (although a double-click switches to the already opened source tab)
...
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Thank you, Fred and the other guys. 8)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Fred
Administrator
Administrator
Posts: 18237
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

IceSoft: yes, we just removed them from the beta/ dir, thanks !
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Thanks Fred.
Downloading now :)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

Great ! :-D Thanks.
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

Great! :D I love it! Thanks!!
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1285
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post by Paul »

How about an option in preferences to "Disable Splash Screen" ?

The quick flash of the splash screen on startup is really annoying.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

All problems I had - verified fixed! :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Paul wrote:How about an option in preferences to "Disable Splash Screen" ?

The quick flash of the splash screen on startup is really annoying.
How about a big delay to keep it open longer ? :P

The option will be added.
quidquid Latine dictum sit altum videtur
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

freak wrote:
Paul wrote:How about an option in preferences to "Disable Splash Screen" ?

The quick flash of the splash screen on startup is really annoying.
How about a big delay to keep it open longer ? :P

The option will be added.
I agree, I could barly see it said PureBasic and it dissapered hehehe
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
swan
Enthusiast
Enthusiast
Posts: 226
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Post by swan »

Great update.
I see MovieInfo() & MovieLength() was fixed to work with WMV files however I'm still finding that MovieStatus() is not working correctly with WMV files.
MovieStatus() returns only -1 or 0. It's not returning current frame number as it does with an mpeg file for instance.
Post Reply