Page 3 of 4

Re: PureBasic 5.40 LTS final is out !

Posted: Sat Oct 17, 2015 2:37 pm
by Kiffi
Image

Re: PureBasic 5.40 LTS final is out !

Posted: Sat Oct 17, 2015 2:53 pm
by box_80
Thanks Team, good to see so many errors and bugs gone.

Re: PureBasic 5.40 LTS final is out !

Posted: Sat Oct 17, 2015 6:30 pm
by DoubleDutch
Thanks! :)

Re: PureBasic 5.40 LTS final is out !

Posted: Sat Oct 17, 2015 6:48 pm
by DoubleDutch
Fred: You wrote...
- Added: Windows 8.1/10 and OS X 10.9/10/11 support to OSVersion()
But this shows that this is not the case:

http://www.purebasic.fr/english/viewtop ... 24&t=63599

?

Re: PureBasic 5.40 LTS final is out !

Posted: Sat Oct 17, 2015 11:38 pm
by said
Thank you :D :D On more great version 8)

Re: PureBasic 5.40 LTS final is out !

Posted: Sun Oct 18, 2015 12:27 am
by Dude
JHPJHP wrote:I've never had so much fun programming until I was introduced to PureBasic
^ THIS. :)

Re: PureBasic 5.40 LTS final is out !

Posted: Sun Oct 18, 2015 11:13 am
by mk-soft
Thanks for the great new version. :D :D :D :D :D
Although still little things are done

Re: PureBasic 5.40 LTS final is out !

Posted: Sun Oct 18, 2015 10:02 pm
by tj1010
Awesome release!

Any reason for using sqllite five releases old? 3.8.10.2 is half a year old.

Re: PureBasic 5.40 LTS final is out !

Posted: Sun Oct 18, 2015 10:06 pm
by Comtois
tj1010 wrote:Any reason for using sqllite five releases old? 3.8.10.2 is half a year old.
Try this :

Code: Select all

ImportC "sqlite3.lib" 
  sqlite3_libversion() 
  sqlite3_version.s{20} 
EndImport 
 
Debug PeekS(sqlite3_libversion(), #PB_Any, #PB_Ascii) 
 
Debug sqlite3_version

Re: PureBasic 5.40 LTS final is out !

Posted: Mon Oct 19, 2015 8:19 am
by Didelphodon
Great!

Re: PureBasic 5.40 LTS final is out !

Posted: Mon Oct 19, 2015 8:21 am
by RSBasic
@Comtois
Nice code. :)

Re: PureBasic 5.40 LTS final is out !

Posted: Mon Oct 19, 2015 3:09 pm
by Morty
Nice Nice Nice :D

Re: PureBasic 5.40 LTS final is out !

Posted: Mon Oct 19, 2015 5:10 pm
by Ajm
Excellent, Thank you very much for all the hard work.

Re: PureBasic 5.40 LTS final is out !

Posted: Mon Oct 19, 2015 10:23 pm
by fsw
Ajm wrote:Excellent, Thank you very much for all the hard work.
What [s]he said :mrgreen:

Re: PureBasic 5.40 LTS final is out !

Posted: Tue Oct 20, 2015 9:54 am
by Mowen
Thank you Fred and team for this new version and all hard work on this !