PureBasic 5.20 beta 20 is out
Re: PureBasic 5.20 beta 7 is ready to test !
Thanks much, Fred and team!
Re: PureBasic 5.20 beta 7 is ready to test !
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... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
Re: PureBasic 5.20 beta 7 is ready to test !
Great stuff! Thanks Fred & team ... awaiting for the documentation 

- zxtunes.com
- 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 !
Do I understand correctly that now all the sprites are 3D?
Re: PureBasic 5.20 beta 7 is ready to test !
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
Latest version is: 3.7.17 and has been out since May: http://www.sqlite.org/changes.html
Re: PureBasic 5.20 beta 7 is ready to test !
You can always query SQLite release number using this nifty code: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
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
Intel Core i7 Quad 2.3 Ghz, 8GB RAM, GeForce GT 630M 2GB, Windows 10 (x64)
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 !!!
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 !!!
Re: PureBasic 5.20 beta 7 is ready to test !
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)
Re: PureBasic 5.20 beta 7 is ready to test !
He's been a bugs madman! Thanks Fred!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)
Re: PureBasic 5.20 beta 8 is ready to test !
Beta 8 is available 

Re: PureBasic 5.20 beta 8 is ready to test !
I love it 

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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

-
- User
- Posts: 74
- Joined: Fri Jun 29, 2012 4:50 pm
Re: PureBasic 5.20 beta 8 is ready to test !
Great!Debug output is now an editorgadget()


-
- User
- Posts: 69
- Joined: Tue Sep 16, 2008 6:11 am
- Location: ger
Re: PureBasic 5.20 beta 8 is ready to test !
awesomeNikitaOdnorob98 wrote:Great!Debug output is now an editorgadget()![]()


- DoubleDutch
- 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 !
Thanks. 

https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
Re: PureBasic 5.20 beta 8 is ready to test !
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!
Harry.
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!

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.
In my opinion, he must have been a programmer.