PureBasic 5.40 LTS final is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Kiffi
Addict
Addict
Posts: 1485
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Re: PureBasic 5.40 LTS final is out !

Post by Kiffi »

Image
Hygge
box_80
Enthusiast
Enthusiast
Posts: 115
Joined: Mon Sep 03, 2012 8:52 pm

Re: PureBasic 5.40 LTS final is out !

Post by box_80 »

Thanks Team, good to see so many errors and bugs gone.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PureBasic 5.40 LTS final is out !

Post by DoubleDutch »

Thanks! :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PureBasic 5.40 LTS final is out !

Post 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

?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
said
Enthusiast
Enthusiast
Posts: 342
Joined: Thu Apr 14, 2011 6:07 pm

Re: PureBasic 5.40 LTS final is out !

Post by said »

Thank you :D :D On more great version 8)
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: PureBasic 5.40 LTS final is out !

Post by Dude »

JHPJHP wrote:I've never had so much fun programming until I was introduced to PureBasic
^ THIS. :)
User avatar
mk-soft
Always Here
Always Here
Posts: 6204
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 5.40 LTS final is out !

Post by mk-soft »

Thanks for the great new version. :D :D :D :D :D
Although still little things are done
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: PureBasic 5.40 LTS final is out !

Post by tj1010 »

Awesome release!

Any reason for using sqllite five releases old? 3.8.10.2 is half a year old.
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: PureBasic 5.40 LTS final is out !

Post 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
Please correct my english
http://purebasic.developpez.com/
User avatar
Didelphodon
PureBasic Expert
PureBasic Expert
Posts: 450
Joined: Sat Dec 18, 2004 11:56 am
Location: Vienna - Austria
Contact:

Re: PureBasic 5.40 LTS final is out !

Post by Didelphodon »

Great!
Go, tell it on the mountains.
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PureBasic 5.40 LTS final is out !

Post by RSBasic »

@Comtois
Nice code. :)
Image
Image
Morty
User
User
Posts: 35
Joined: Mon Mar 19, 2007 8:30 am
Location: Germany
Contact:

Re: PureBasic 5.40 LTS final is out !

Post by Morty »

Nice Nice Nice :D
User avatar
Ajm
Enthusiast
Enthusiast
Posts: 242
Joined: Fri Apr 25, 2003 9:27 pm
Location: Kent, UK

Re: PureBasic 5.40 LTS final is out !

Post by Ajm »

Excellent, Thank you very much for all the hard work.
Regards

Andy

Image
Registered PB & PureVision User
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Re: PureBasic 5.40 LTS final is out !

Post by fsw »

Ajm wrote:Excellent, Thank you very much for all the hard work.
What [s]he said :mrgreen:

I am to provide the public with beneficial shocks.
Alfred Hitshock
Mowen
User
User
Posts: 48
Joined: Tue Oct 07, 2003 1:04 pm
Location: Belgium

Re: PureBasic 5.40 LTS final is out !

Post by Mowen »

Thank you Fred and team for this new version and all hard work on this !
PureBasic: one of the best programming tools ever ! PB is light, easy, crossplatform, powerfull, fast, extendable, enjoyable and... tasty ;-)
Post Reply