Page 3 of 25

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Thu Jun 20, 2013 7:07 pm
by eesau
Bisonte wrote:
Added: 2 license files to easy add the needed information when shipping PB programs (see reference documentation)
Where can I find these 2 files ?
Open the help file and scroll down a little bit. There's a 'License' section under which you find these.

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Thu Jun 20, 2013 7:12 pm
by Bisonte
ok ;) thx

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Thu Jun 20, 2013 7:36 pm
by DK_PETER
WOW! This is truly amazing!
Awesome new features dudes! :wink:
Your dedication and perseverance to elevate Purebasic to new levels are
deeply appreciated. My sincerest thanks to the entire Purebasic team.

Now just one itsy bitsy tiny thing:

X86 version runs fine but the X64 crashes during IDE startup.
(X64 version: Got it up and running by following Kukulkan's method:
Bug section for windows:
IMA in IDE
I have this on Windows and Mac. It has something to do with projects and auto-open last project. I had to turn this of to be able to work with...
Best regards
Peter
(Windows 7, 64 bit version)

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Thu Jun 20, 2013 8:53 pm
by erion
Hi,
Interesting, the x64 version works fine here, although I'm using win8.

You could try a clean reinstall, see if that fixes anything...

Erion

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Thu Jun 20, 2013 10:54 pm
by em_uk
Awesome! :)

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Fri Jun 21, 2013 3:30 am
by flaith
:o :D Thanks a lot guys :D

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Fri Jun 21, 2013 7:13 am
by Blankname
RichAlgeni wrote:Thanks Fred & Team, much appreciated.

I went to http://zlib.net/ to see what the enhancements were in version 1.2.7, and was met with this:

Version 1.2.8 fixes a very rare bug in decompression. All users are encouraged to upgrade immediately.

Figures!!! Not sure if this has any bearing on PB, but I thought I better share just in case.
It can always be updated in the next beta if it becomes a serious issue.

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Fri Jun 21, 2013 10:16 am
by Psychophanta
Looks like a good work, keep going please!

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Fri Jun 21, 2013 2:22 pm
by Shield
Looks pretty sweet, I'll give it a go right after service when I actually have time again. :-)

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Fri Jun 21, 2013 2:51 pm
by Fred
Blankname wrote:
RichAlgeni wrote:Thanks Fred & Team, much appreciated.

I went to http://zlib.net/ to see what the enhancements were in version 1.2.7, and was met with this:

Version 1.2.8 fixes a very rare bug in decompression. All users are encouraged to upgrade immediately.

Figures!!! Not sure if this has any bearing on PB, but I thought I better share just in case.
It can always be updated in the next beta if it becomes a serious issue.
It's updated for the next beta

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Fri Jun 21, 2013 2:55 pm
by said
Great stuff :mrgreen: Thank you Fred & team
I love the Module ... will make my life easier :lol:

Re: PureBasic 5.20 beta 1 is ready to test !

Posted: Fri Jun 21, 2013 3:31 pm
by eesau
By the way, is autocomplete coming for items declared public in a module (i.e. to get the autocomplete popup list after you've typed the :: for module access)? That would be great.

Re: PureBasic 5.20 beta 2 is ready to test !

Posted: Fri Jun 21, 2013 7:57 pm
by aonyn
Thanks Fred!!!! :D
Modules are my number one, long time feature wish.

Regards,
David

Re: PureBasic 5.20 beta 2 is ready to test !

Posted: Fri Jun 21, 2013 8:32 pm
by fsw
Suppose I missed beta 1 :D

It's very nice to see steady improvements to the language.

Thank you.

Some thoughts/questions:
1) For a programmer that uses different programming languages PureBasic's GOTO, GOSUB, RETURN, FAKERETURN situation is really odd.
Maybe "we" have to go back to the drawing board and think about what are "we" trying to achieve here? And what is the best solution?

2) I suppose Module is the PB way of introducing some sort of object oriented programming, but what is the thought behind Runtime?

3) Will PB's form editor be able to export to xml? (Dialog)

Overall: very nice progress; well done PB team :!:

Re: PureBasic 5.20 beta 2 is ready to test !

Posted: Fri Jun 21, 2013 8:44 pm
by ts-soft
fsw wrote: 2) I suppose Module is the PB way of introducing some sort of object oriented programming, but what is the thought behind Runtime?
see: http://www.purebasic.fr/english/viewtop ... 96#p415296