Page 1 of 2
PureBasic 3.92 for Windows is out !
Posted: Mon Oct 25, 2004 12:36 am
by Fred
Hello,
The final release of PureBasic 3.92 is out, you can grab it on your personnal account or via smartupdater. It brings some important bug fixes (especially memory leaks) and some new commands: read the history for full details
Have fun !
Fred.
Posted: Mon Oct 25, 2004 1:04 am
by MrMat
Fixed: The compiler didn't returned a non zero exit code if an error occured
Thank you Fred!! I really appreciate that

Posted: Mon Oct 25, 2004 2:11 am
by Shannara
Edited by myself, as I placed the original post in the Beginner's section...
Anyways, congrats for this release.
Posted: Mon Oct 25, 2004 2:58 am
by Sparkie
Thank you Fred and PB team members.

Posted: Mon Oct 25, 2004 4:37 am
by Dare2
Thanks!

Posted: Mon Oct 25, 2004 5:12 am
by griz
Thank you guys for your hard work and continued support for Pure Basic.
Posted: Mon Oct 25, 2004 5:42 am
by zikitrake
Posted: Mon Oct 25, 2004 5:43 am
by HAnil
Thanks for your support, Fred.
HAnil
Posted: Mon Oct 25, 2004 7:10 am
by HeX0R
Nice one!
But the ogg-bug is still alive.
I guess i have to take the ogg-support off my application...
New DateGadget
Posted: Mon Oct 25, 2004 8:14 am
by Fangbeast
Much thanks to Freak for adding this but there is a slight inconsistency with returning data from an unchecked gadget.
if the box is unchecked,
GetGadgetState(#Mydategadget) = 0 and that is okay.
GetGadgettext(#Mydategadget) still returns date and that is not okay. It should also be empty. Could this be fixed for consistency please?
Thanks for a great job everyone.
Posted: Mon Oct 25, 2004 9:12 am
by gnozal
I did not see the packer bug (
viewtopic.php?t=11518) in the 3.92 history, but I assume it is fixed ?
Posted: Mon Oct 25, 2004 9:29 am
by Fred
Ho yes, I forgot this one on this history, it's fixed.
Posted: Mon Oct 25, 2004 9:41 am
by aXend
Thanks Fred and the PureBasic team.
I'm very pleased with the continuing improvement of PureBasic. The seamless upgrade possibilities with SmartUpdater are great!
I specially like the "pure version" of the calender and date gadgets.
Posted: Mon Oct 25, 2004 9:50 am
by Mowen
It is great !
Just one problem: SwapElements() is not recognized by the compiler in this release. I tried to compile the sample but it does not work.
Posted: Mon Oct 25, 2004 10:11 am
by Fred
Yes, Dare noticed than SwapElements() wasn't included too. I will take a look tonight.