PureBasic 4.00 - Beta 6

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

PureBasic 4.00 - Beta 6

Post by Fred »

Hello folks,

The sixth release of forthcoming PureBasic 4.00 is available for testing, grab it while it's hot. It fixed a bunch of bugs and improve the reliability of this version. We encourage everyone who can switch to do it now, so the last bugs could be ironed quickly. Some news:
- OpenWindow() syntax has been changed: the flags is now at the end (before the ParentID), to respect the other commands definition. It's also optional, so opening a working window is a bit quicker to type ;)
- New preference in the IDE: "Always hide error log". it ignores the per-source setting and forces the log to stay hidden always.
Thanks to all the beta testers, you do a great job and we are confident than the v4.00 will be a solid release.

Enjoy !

The Fantaisie Software Team.
Last edited by Fred on Thu Mar 16, 2006 1:00 am, edited 1 time in total.
Konne
Enthusiast
Enthusiast
Posts: 434
Joined: Thu May 12, 2005 9:15 pm

Post by Konne »

- OpenWindow() syntax has been changed: the flags is now at the end (before the ParentID), to respect the other commands definition. It's also optional, so opening a working window is a bit quicker to type Wink
Yeah thats the thing I allways wanted!! Thx Fred.
Apart from that Mrs Lincoln, how was the show?
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

Thank you Fred and PureBasic-Team.
SoulReaper
Enthusiast
Enthusiast
Posts: 372
Joined: Sun Apr 03, 2005 2:14 am
Location: England

Post by SoulReaper »

Thank you Fred & Team :shock: :lol:

ohh Gimme Gimme Gimme :)

Regards
Kevin :) :wink:
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Thnaks. Finish line in sight .. :)
@}--`--,-- A rose by any other name ..
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

One more step before final release - Thank you PB Team.
Last edited by Flype on Fri Mar 10, 2006 2:12 am, edited 1 time in total.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
brunes
New User
New User
Posts: 6
Joined: Tue Feb 28, 2006 4:38 am
Location: Brazil

Post by brunes »

Thank you Fred.

Adriano Brunes.
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Post by mskuma »

Thanks Fred and team!

Don't forget to fix "Requierements" in the help file :wink:
akee
Enthusiast
Enthusiast
Posts: 496
Joined: Wed Aug 18, 2004 9:52 am
Location: Penang, Malaysia

Post by akee »

Great! Thanks Fred. Looking for the day that PureBasic takes over VisualBasic in the market place... :p
Konne
Enthusiast
Enthusiast
Posts: 434
Joined: Thu May 12, 2005 9:15 pm

Post by Konne »

But therefore we need rebars in the toolbar lib ;)
Apart from that Mrs Lincoln, how was the show?
Xaero
New User
New User
Posts: 3
Joined: Tue Jul 19, 2005 7:18 pm

Anyone test multi-threading?

Post by Xaero »

Has anyone done testing with the new thread-safety support? Adding thread-safety to the language can open up room for many new subtile problems like race conditions, improper internal mutex locking, etc.

Has major testing been done with this? It might be a good idea to do this before a final 4.0 release.
phuckstepp
User
User
Posts: 19
Joined: Tue Dec 27, 2005 12:10 pm
Location: United Kingdom
Contact:

Post by phuckstepp »

I was building an application in v3.9 that used threads but it mucked up with all the string manipulation. When I tried to pull out strings from various gadgets I would get incorrect values.

Since I converted it to v4 Beta 4 (then beta 5) I've had no problems with any variable/string manipulation with or without thread-safety switched on.

Seems to work excellently.
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Re: PureBasic 4.00 - Beta 6

Post by Edwin Knoppert »

Fred wrote:Hello folks,

The sixth release of forthcoming PureBasic 4.00 is available for testing, grab it while it's hot. It fixed a bunch of bugs and improve the reliability of this version. We encourage everyone who can switch to do it now, so the last bugs could be ironed quickly. Some news:
- OpenWindow() syntax has been changed: the flags is now at the end (before the ParentID), to respect the other commands definition. It's also optional, so opening a working window is a bit quicker to type ;)
- New preference in the IDE: "Always hide error log". it ignores the per-source setting and forces the log to stay hidden always.
Thanks to all the beta testers, you do a great job and we are confident than the v4.00 will be a solid release.

Enjoy !

The Fantaisie Software Team.
Where is this quote taken from??
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

Merci :)
Please correct my english
http://purebasic.developpez.com/
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

Thanks! Tack så mycket! :D
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
Post Reply