Page 1 of 1
PureBasic 3.94 Beta 3 for Windows released
Posted: Thu Jul 21, 2005 1:53 am
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.
Posted: Thu Jul 21, 2005 2:11 am
by KarLKoX
1, 2, 3 ... go !!!
Thanx Fred and to the Purebasic Team for your great work and support

Posted: Thu Jul 21, 2005 4:09 am
by Shannara
who hooo hooo, sweeetness.
Posted: Thu Jul 21, 2005 6:39 am
by IceSoft
@Fred,
Has this beta3 included all beta-libs (from
http://www.purebasic.com/beta ) too?
Posted: Thu Jul 21, 2005 8:03 am
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)
...
Posted: Thu Jul 21, 2005 8:11 am
by Psychophanta
Thank you, Fred and the other guys.

Posted: Thu Jul 21, 2005 11:13 am
by Fred
IceSoft: yes, we just removed them from the beta/ dir, thanks !
Posted: Thu Jul 21, 2005 11:59 am
by GeoTrail
Thanks Fred.
Downloading now

Posted: Thu Jul 21, 2005 1:03 pm
by Gansta93
Great !

Thanks.
Posted: Thu Jul 21, 2005 3:54 pm
by techjunkie
Great!

I love it! Thanks!!
Posted: Thu Jul 21, 2005 6:38 pm
by Paul
How about an option in preferences to "Disable Splash Screen" ?
The quick flash of the splash screen on startup is really annoying.
Posted: Thu Jul 21, 2005 7:34 pm
by DoubleDutch
All problems I had - verified fixed!

Posted: Thu Jul 21, 2005 7:39 pm
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 ?
The option will be added.
Posted: Thu Jul 21, 2005 7:59 pm
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 ?
The option will be added.
I agree, I could barly see it said PureBasic and it dissapered hehehe
Posted: Fri Jul 22, 2005 3:31 am
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.