Page 2 of 2

Re: PureBasic 4.51 RC1 released!

Posted: Fri Jul 23, 2010 8:08 am
by Kwai chang caine
Thanks 8)

Re: PureBasic 4.51 RC1 released!

Posted: Fri Jul 23, 2010 8:16 am
by Kurzer
Thank you for the bugfixed version. :D

Re: PureBasic 4.51 RC1 released!

Posted: Fri Jul 23, 2010 3:44 pm
by Character
Thanks people! :D

Question: What is the status of the non-functioning mnemonics in the IDE?
(ref: posts release PB 4.50)

Re: PureBasic 4.51 RC1 released!

Posted: Fri Jul 23, 2010 9:54 pm
by DoctorLove
PB team, Keep up the good work!

Re: PureBasic 4.51 RC1 released!

Posted: Fri Jul 23, 2010 10:49 pm
by oryaaaaa
Thanks :D

Re: PureBasic 4.51 RC1 released!

Posted: Fri Jul 23, 2010 11:33 pm
by PureLeo
OMG thanks!

Re: PureBasic 4.51 RC1 released!

Posted: Sat Jul 24, 2010 4:46 pm
by GeBonet
Tanks for everything... :D

Re: PureBasic 4.51 RC1 released!

Posted: Sun Jul 25, 2010 2:05 am
by Kuron
I appreciate the bug fixes, thank you guys.

Re: PureBasic 4.51 RC1 released!

Posted: Mon Jul 26, 2010 2:11 pm
by lazarusoft
pb team

thanks , obrigado, gracias :D

Re: PureBasic 4.51 RC1 released!

Posted: Wed Jul 28, 2010 9:27 pm
by Seymour Clufley
Thanks for the update and the continued work on PB.

Are other bugs being worked on for v4.51 or is it just the ones marked "done"?

Re: PureBasic 4.51 RC1 released!

Posted: Fri Jul 30, 2010 12:59 pm
by Little John
Hi,

thank you for this release!

In PureBasic 4.51 RC1, there are still some small glitches with the help (checked in the English version). Maybe it's possible to fix them for 4.51 final.
  • In the help topic AESEncoder(), it reads:
    Result$ = AESEncoder(...)
    This function does not return a string.
  • In the topic AESEncoder(), it also reads:
    Debug "Ciphered: "+PeekS(*CipheredString)
    The encrypted memory block to which *CipheredString points might contain zeros! So IMHO it would be better not to encourage people to use PeekS() for reading it.
  • In the help, there is a separate topic for ArraySize(). When I write ArraySize() in the IDE and press F1, I'd expect the help system to show me that topic, but a different topic is shown instead.
Regards, Little John

Re: PureBasic 4.51 RC1 released!

Posted: Tue Aug 03, 2010 2:43 pm
by DoubleDutch
thanks! :D

Re: PureBasic 4.51 RC1 released!

Posted: Tue Aug 03, 2010 3:22 pm
by blueznl
Just a question to the PureBasic devs: where there some changes in code exclusion since 4.40 or so? I mean, were unused procedures etc. now more agressively excluded from the resulting exe than, let's say, 3.94?