PureBasic 5.71 LTS is out !

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 16617
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.71 LTS is out !

Post by Fred »

Final version is out, thank you a lot for testing !
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Re: PureBasic 5.71 LTS is out !

Post by GeoTrail »

Awesome. Thanks Fred :D
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 5.71 LTS is out !

Post by mk-soft »

Thanks,

but macOS Session history is crashed :(
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
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PureBasic 5.71 LTS is out !

Post by RSBasic »

Thank you very much :)
Image
Image
Karellen
User
User
Posts: 82
Joined: Fri Aug 16, 2013 2:52 pm
Location: Germany

Re: PureBasic 5.71 LTS is out !

Post by Karellen »

Great, thanks!
Stanley decided to go to the meeting room...
User avatar
useful
Enthusiast
Enthusiast
Posts: 367
Joined: Fri Jul 19, 2013 7:36 am

Re: PureBasic 5.71 beta 1 is out !

Post by useful »

Thank you for the good news.
useful wrote:
Fred wrote:
useful wrote:Great news,
but it is frustrating that
README
INSTALL
checkinstall.sh
in the Linux version still does not correspond to the current state.
True, I will update it
Very, very, very, very much, I hope it ever happens.
I will never stop hoping! :)

p.s. Ask someone with fluent English to initiate a topic on the forum in order to collectively bring us checkinstall to the current state
Dawn will come inevitably.
User avatar
majikeyric
Enthusiast
Enthusiast
Posts: 179
Joined: Mon Oct 21, 2013 5:21 pm
Location: France
Contact:

Re: PureBasic 5.71 LTS is out !

Post by majikeyric »

Thank you very much ! 8)
box_80
Enthusiast
Enthusiast
Posts: 111
Joined: Mon Sep 03, 2012 8:52 pm

Re: PureBasic 5.71 LTS is out !

Post by box_80 »

Thank you :D.
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: PureBasic 5.71 LTS is out !

Post by davido »

Thank you. :D
DE AA EB
User avatar
Mijikai
Addict
Addict
Posts: 1360
Joined: Sun Sep 11, 2016 2:17 pm

Re: PureBasic 5.71 LTS is out !

Post by Mijikai »

Thanks for the update but cant use it since strings are still bugged.
User avatar
skywalk
Addict
Addict
Posts: 3972
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic 5.71 LTS is out !

Post by skywalk »

Can you elaborate?
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 5.71 LTS is out !

Post by mk-soft »

Constant #Null$ not longer work to free string resources...

Link: viewtopic.php?f=4&t=71568&start=15#p538347
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
Little John
Addict
Addict
Posts: 4519
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 5.71 LTS is out !

Post by Little John »

What about freak's trick for freeing strings?

Code: Select all

Procedure FreePBString(*Address)
   Protected String.String
   ; PokeL(@String, *Address)  ; original code (old)
   PokeI(@String, *Address)    ; code for x86 and x64
EndProcedure
User avatar
skywalk
Addict
Addict
Posts: 3972
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic 5.71 LTS is out !

Post by skywalk »

I never use #Null$. What is the downside if I continue to let PB manage its internal string buffers? Is there a memory leak or just excess memory use?
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
User avatar
marcoagpinto
Addict
Addict
Posts: 939
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Re: PureBasic 5.71 LTS is out !

Post by marcoagpinto »

Thank you, Fred!
Post Reply