PureBasic 5.71 LTS is out !

Developed or developing a new product in PureBasic? Tell the world about it.
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: PureBasic 5.71 LTS beta 1 is out !

Post by tj1010 »

I have a 1700 line project that uses a lot of sqlite and cgi calls, and had no issues building in new version. Glad that security hole is fixed.
User avatar
kenmo
Addict
Addict
Posts: 2032
Joined: Tue Dec 23, 2003 3:54 am

Re: PureBasic 5.71 LTS beta 1 is out !

Post by kenmo »

Great, thanks for the update!

I am a bit behind, just started using 5.70. The new HTTP functions with POST / HTTPS / Headers support makes Oauth interfacing simple!
User avatar
skywalk
Addict
Addict
Posts: 4210
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic 5.71 LTS beta 1 is out !

Post by skywalk »

Yes, I verified v571b1 with several app's(~20k, ~70k). :D
I need more time to compare performance with external sqlite3.dll, but it is loading.
(Fred said there should be no performance hit.)
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.71 LTS beta 1 is out !

Post by Fred »

skywalk wrote:Yes, I verified v571b1 with several app's(~20k, ~70k). :D
I need more time to compare performance with external sqlite3.dll, but it is loading.
(Fred said there should be no performance hit.)
It could be even a bit faster is you used a more recent compiler than us (VS 2013)
User avatar
Mijikai
Addict
Addict
Posts: 1517
Joined: Sun Sep 11, 2016 2:17 pm

Re: PureBasic 5.71 LTS beta 1 is out !

Post by Mijikai »

The String bug #Null$ is still not fixed!
viewtopic.php?p=531591#p531591
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Re: PureBasic 5.71 LTS beta 1 is out !

Post by Psychophanta »

Welcome new revision. :)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Cezary
Enthusiast
Enthusiast
Posts: 108
Joined: Sun Feb 12, 2017 2:31 pm

Re: PureBasic 5.71 LTS beta 1 is out !

Post by Cezary »

Hi.
It seems font scaling with the "Enable DPI..." option does not work as expected.
Best regards
Cezary
Little John
Addict
Addict
Posts: 4775
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 5.71 LTS beta 1 is out !

Post by Little John »

Cezary wrote:It seems font scaling with the "Enable DPI..." option does not work as expected.
Sorry, writing just a remark like this does not help.
Can you post some short code that demonstrates the problem?
(Preferably in another section of this forum -- Fred does not like those posts in his announcment threads.)
Did the problem already occur in PB 5.70, or is it new in PB 5.71 beta 1?
Cezary
Enthusiast
Enthusiast
Posts: 108
Joined: Sun Feb 12, 2017 2:31 pm

Re: PureBasic 5.71 LTS beta 1 is out !

Post by Cezary »

Little John,
I put the answer here;
viewtopic.php?f=4&t=72774
Best regards
swhite
Enthusiast
Enthusiast
Posts: 783
Joined: Thu May 21, 2009 6:56 pm

Re: PureBasic 5.71 LTS beta 1 is out !

Post by swhite »

Hi Fred

Thanks for the new flag with UseSQLiteDatabase() as it solves my problem mentioned in another post where I tried to patch the SQLite library.

Simon
Simon White
dCipher Computing
Rinzwind
Enthusiast
Enthusiast
Posts: 679
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

Re: PureBasic 5.71 LTS beta 1 is out !

Post by Rinzwind »

I'm not sure, but hopefully PB 5.71 implements SetProcessDpiAwarenessContext_(#DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2) when setting DPI aware in compiler settings. If you're having problems testing because of no real hardware one can use VirtualBox icm Windows 10. Do not enable hardware acceleration (at first), enable 2 screens and set one resolution to a high one with the command line tool: VBoxManage.exe controlvm "%vmname%" setvideomodehint 4000 3000 32 and the other in Windows itself to something like 1024x800 . Then one can use scaled/non scaled mode (right CTRL+C) to test all things DPI related including moving from one monitor to another and window/control positioning/sizing stuff. The first thing one sees it that the PB editor icons don't resize at all when using a 300% dpi mode.
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: PureBasic 5.71 LTS beta 2 is out !

Post by Zebuddi123 »

Purebasic 5.71 beta 2. Thanks Fred and Team. Has this just been posted today fri/21/19. ?
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
Mijikai
Addict
Addict
Posts: 1517
Joined: Sun Sep 11, 2016 2:17 pm

Re: PureBasic 5.71 LTS beta 2 is out !

Post by Mijikai »

Zebuddi123 wrote:Purebasic 5.71 beta 2. Thanks Fred and Team. Has this just been posted today fri/21/19. ?
Edit:
You are right, i first assumed that it was released earlier.
Last edited by Mijikai on Fri Jun 21, 2019 7:44 pm, edited 1 time in total.
Little John
Addict
Addict
Posts: 4775
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 5.71 LTS beta 2 is out !

Post by Little John »

Zebuddi123 wrote:Purebasic 5.71 beta 2. Thanks Fred and Team. Has this just been posted today fri/21/19. ?
I think so. I can't recall having read an announcement of version 5.71 beta 2 yesterday.
Thanks, Fred!
User avatar
skywalk
Addict
Addict
Posts: 4210
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic 5.71 LTS beta 2 is out !

Post by skywalk »

Nice, verified with 2 of my big app's. 8)
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply