Page 2 of 6

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 9:27 am
by Vera
Have a nice day Fred Image Perkin

and regards to the untiring Team Image

and not to forget all those fearless beta-testers Image

cheers ~ Vera

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 9:33 am
by Num3
Happy birthday Fred!

And thank PB Team, for another great great update :mrgreen: :mrgreen:

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 10:01 am
by flaith
:shock: :D Thank you, thank you, thank you
...and happy birthday Fred :D

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 10:03 am
by Rings

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 10:08 am
by Fred
:lol:

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 10:10 am
by Peter_DK
Thank you guys!

I must admit, that I'm totally amazed!. I admire your dedication and work on PB.
Tipping my hat and bowing, I must hereby bluntly state: "You guys are 'freaking' awesome!"


Happy easter.

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 10:44 am
by milan1612
freak wrote:Support for Array, List and Map in structures
May I kiss you now? Most awesome feature addition ever! Thank you!!!

Happy birthday Fred :P

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 10:51 am
by srod
Thanks for this - looks awesome. 8)

Now... my current project crashes out with PB 4.5 with no indication of why or where etc. and I am a little stumped as to where to begin with the debugging? All works fine with PB 4.41. This is going to be a tough one to track down. It is a library and it crashes even when no code is actually executed!

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 10:51 am
by DarkDragon
Hello,

Happy Birthday Fred! :-)

I'm not sure if I'm using it correctly, so does someone know how to use this?

Code: Select all

Structure Test
  Array A.i(1)
  List B.i()
  Map C.i()
EndStructure

Define Blah.Test
Dim Blah\A.i(2)

; fill it
Blah\A(0) = 0
Blah\A(1) = 1

; NewList Blah\B()
AddElement(Blah\B())
Blah\B() = 2
AddElement(Blah\B())
Blah\B() = 3

; NewMap Blah\C()
AddMapElement(Blah\C(), "BAADF00D")
Blah\C() = 4
AddMapElement(Blah\C(), "DEADBEEF")
Blah\C() = 5

; read it
Debug Blah\A(0)
Debug Blah\A(1)

ForEach Blah\B()
  Debug Blah\B()
Next

Debug Blah\C("BAADF00D")
Debug Blah\C("DEADBEEF")
It stops inside the ForEach because of an Invalid Memory Access.
The Purifier is nice! But I can't find the remote debugger.
And for the history inside the help file you should correct the typing-mistake here (I don't know if its just in the topic or also in the help file because I only have the german help file):
- Added volume support to PlaySournd()

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 11:09 am
by gnasen
It stops inside the ForEach because of an Invalid Memory Access.
Seems to be a little bug with ForEach. ResetList, NextElement works fine.

However, as said in german forums: Many thanks for such a great update.

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 11:31 am
by Foz
:lol: Someone did this with my bosses face a couple of days ago :D

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 11:41 am
by Kuron
Fred's Birthday?

Happy Birthday Fred!!!!

Image

Or if you are of the other persuasion:

Image

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 12:03 pm
by mback2k
Thanks for the great work! Happy Birthday Fred!

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 12:14 pm
by jamba
awesome, thanks guys!

Re: PureBasic 4.50 Beta 1 released!

Posted: Thu Apr 01, 2010 12:50 pm
by HAnil
happy birthday Fred:)

Thanks...