PureBasic 5.20 beta 20 is out

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
kenmo
Addict
Addict
Posts: 2032
Joined: Tue Dec 23, 2003 3:54 am

Re: PureBasic 5.20 beta 7 is ready to test !

Post by kenmo »

Thanks much, Fred and team!
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: PureBasic 5.20 beta 7 is ready to test !

Post by blueznl »

Downloading now...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
said
Enthusiast
Enthusiast
Posts: 342
Joined: Thu Apr 14, 2011 6:07 pm

Re: PureBasic 5.20 beta 7 is ready to test !

Post by said »

Great stuff! Thanks Fred & team ... awaiting for the documentation :o
User avatar
zxtunes.com
Enthusiast
Enthusiast
Posts: 375
Joined: Wed Apr 23, 2008 7:51 am
Location: Saint-Petersburg, Russia
Contact:

Re: PureBasic 5.20 beta 7 is ready to test !

Post by zxtunes.com »

Do I understand correctly that now all the sprites are 3D?
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Re: PureBasic 5.20 beta 7 is ready to test !

Post by USCode »

What version of SQLite does 5.20 use? SQLite is frequently updated.
Latest version is: 3.7.17 and has been out since May: http://www.sqlite.org/changes.html
Olby
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Jan 12, 2009 10:33 am
Contact:

Re: PureBasic 5.20 beta 7 is ready to test !

Post by Olby »

USCode wrote:What version of SQLite does 5.20 use? SQLite is frequently updated.
Latest version is: 3.7.17 and has been out since May: http://www.sqlite.org/changes.html
You can always query SQLite release number using this nifty code:

Code: Select all

UseSQLiteDatabase()
If OpenDatabase(0,":memory:","","")
  DatabaseQuery(0,"SELECT sqlite_version(),substr(sqlite_source_id(),1,19);")
  If NextDatabaseRow(0)
    Debug "SQLite v"+GetDatabaseString(0,0)+" ("+GetDatabaseString(0,1)+")"
  EndIf 
EndIf
With PB 5.20 b7 I get: "SQLite v3.7.15.2 (2013-01-09 11:53:05)"
Intel Core i7 Quad 2.3 Ghz, 8GB RAM, GeForce GT 630M 2GB, Windows 10 (x64)
benubi
Enthusiast
Enthusiast
Posts: 215
Joined: Tue Mar 29, 2005 4:01 pm

Post by benubi »

Hello Fred and all !!!!

That's the greatest beta I have ever seen. I am sorry that I do not write so much normaly. Also I am sorry that I have a wishlist beside my comments ;)

3D ) Please Fred, include those Event-Binders into the 3D lib. It would be so useful and such a great comfort to have them there too !!! BindMenu3Devent() ... That would be verry nice! Also thank you for the nice update in the 3D lib.

Network ) Please Fred, I'd like a procedure to tell if the Connection is an IPv4 or IPv6 ... like GetIPVersion(Connection/ConnectionID) or something. I know your philosophy is to say "If it can be made in 2 lines of code, do it yourself" -- but it's not that eazy, espacialy if you have to write a code arround with structures and a control mechanism. Such a function would be a usefull tool to prevent memoryleaks, or bad reads. Am I too lazy :/

I just started to experiment with the beta n°7 ... I have to check the Modules / Runtime / New Sprites (...) hehehe. Like I wrote before : that is the greatest PB beta I've seen yet !!!
Olby
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Jan 12, 2009 10:33 am
Contact:

Re: PureBasic 5.20 beta 7 is ready to test !

Post by Olby »

I see Fred is hammering those bugs away for a stable 5.20. Well done master! You are really working hard from what I see here; barely manage to keep up with reading [Done] bug reports. :) (beer)
Intel Core i7 Quad 2.3 Ghz, 8GB RAM, GeForce GT 630M 2GB, Windows 10 (x64)
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Re: PureBasic 5.20 beta 7 is ready to test !

Post by USCode »

Olby wrote:I see Fred is hammering those bugs away for a stable 5.20. Well done master! You are really working hard from what I see here; barely manage to keep up with reading [Done] bug reports. :) (beer)
He's been a bugs madman! Thanks Fred!
Fred
Administrator
Administrator
Posts: 18150
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.20 beta 8 is ready to test !

Post by Fred »

Beta 8 is available :)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PureBasic 5.20 beta 8 is ready to test !

Post by ts-soft »

I love it :D
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
NikitaOdnorob98
User
User
Posts: 74
Joined: Fri Jun 29, 2012 4:50 pm

Re: PureBasic 5.20 beta 8 is ready to test !

Post by NikitaOdnorob98 »

Debug output is now an editorgadget()
Great! :) :)
Deluxe0321
User
User
Posts: 69
Joined: Tue Sep 16, 2008 6:11 am
Location: ger

Re: PureBasic 5.20 beta 8 is ready to test !

Post by Deluxe0321 »

NikitaOdnorob98 wrote:
Debug output is now an editorgadget()
Great! :) :)
awesome :!: :D
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PureBasic 5.20 beta 8 is ready to test !

Post by DoubleDutch »

Thanks. :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
bamsagla
User
User
Posts: 62
Joined: Sat Jan 30, 2010 10:10 am
Location: Laufen, Bavaria, Germany

Re: PureBasic 5.20 beta 8 is ready to test !

Post by bamsagla »

Hey everyone,

nice to see the steps to the new 5.20 - many thanks for your work.
Would love to see the MDI-window-resize-flickering-bug fixed for the final 5.20.
Anyway - it's getting even better and better! :D

Harry.
- Sherlock Holmes - "When you have eliminated the impossible, whatever remains, however improbable, must be the truth."
In my opinion, he must have been a programmer.
Post Reply