Page 5 of 6
Re: PureBasic 5.71 LTS is out !
Posted: Fri Aug 16, 2019 2:13 pm
by Fred
Final version is out, thank you a lot for testing !
Re: PureBasic 5.71 LTS is out !
Posted: Fri Aug 16, 2019 2:18 pm
by GeoTrail
Awesome. Thanks Fred

Re: PureBasic 5.71 LTS is out !
Posted: Fri Aug 16, 2019 3:46 pm
by mk-soft
Thanks,
but macOS Session history is crashed

Re: PureBasic 5.71 LTS is out !
Posted: Fri Aug 16, 2019 4:04 pm
by RSBasic
Thank you very much

Re: PureBasic 5.71 LTS is out !
Posted: Fri Aug 16, 2019 4:07 pm
by Karellen
Great, thanks!
Re: PureBasic 5.71 beta 1 is out !
Posted: Fri Aug 16, 2019 4:35 pm
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
Re: PureBasic 5.71 LTS is out !
Posted: Fri Aug 16, 2019 6:21 pm
by majikeyric
Thank you very much !

Re: PureBasic 5.71 LTS is out !
Posted: Fri Aug 16, 2019 7:11 pm
by box_80
Thank you

.
Re: PureBasic 5.71 LTS is out !
Posted: Fri Aug 16, 2019 7:27 pm
by davido
Thank you.

Re: PureBasic 5.71 LTS is out !
Posted: Fri Aug 16, 2019 8:05 pm
by Mijikai
Thanks for the update but cant use it since strings are still bugged.
Re: PureBasic 5.71 LTS is out !
Posted: Fri Aug 16, 2019 11:52 pm
by skywalk
Can you elaborate?
Re: PureBasic 5.71 LTS is out !
Posted: Sat Aug 17, 2019 12:10 am
by mk-soft
Constant #Null$ not longer work to free string resources...
Link:
viewtopic.php?f=4&t=71568&start=15#p538347
Re: PureBasic 5.71 LTS is out !
Posted: Sat Aug 17, 2019 2:54 am
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
Re: PureBasic 5.71 LTS is out !
Posted: Sat Aug 17, 2019 3:52 am
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?
Re: PureBasic 5.71 LTS is out !
Posted: Sat Aug 17, 2019 8:17 am
by marcoagpinto
Thank you, Fred!