PureBasic 5.71 LTS is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Mijikai
Addict
Addict
Posts: 1360
Joined: Sun Sep 11, 2016 2:17 pm

Re: PureBasic 5.71 LTS beta 2 is out !

Post by Mijikai »

Just tested #Null$ was not fixed.
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 »

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.
Dawn will come inevitably.
User avatar
Psychophanta
Addict
Addict
Posts: 4975
Joined: Wed Jun 11, 2003 9:33 pm
Location: Lípetsk, Russian Federation
Contact:

Re: PureBasic 5.71 LTS beta 2 is out !

Post by Psychophanta »

Looks like a big work. Will try now the result.
:)
http://www.zeitgeistmovie.com

While world=business:world+mafia:Wend
Will never leave this forum until the absolute bugfree PB :mrgreen:
Little John
Addict
Addict
Posts: 4519
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 5.71 LTS beta 2 is out !

Post by Little John »

RSBasic wrote:I have determined the difference between Beta 1 and Beta 2. Bugfixes for Beta 2:
Many thanks, RSBasic! Much appreciated!
User avatar
Teddy Rogers
User
User
Posts: 92
Joined: Sun Feb 23, 2014 2:05 am
Location: Australia
Contact:

Re: PureBasic 5.71 LTS beta 2 is out !

Post by Teddy Rogers »

Anyone else noticed a change in the font/scaling size for the tab and panel contents in the latest beta (not tried b1)? The font appears too small compared to 5.70 which, seemed fine to me.

Ted.
User avatar
minimy
Enthusiast
Enthusiast
Posts: 344
Joined: Mon Jul 08, 2013 8:43 pm

Re: PureBasic 5.71 LTS beta 2 is out !

Post by minimy »

Thanks PB team for all your excellent job with this great tool!!!!
As always PB is the best! :wink:
If translation=Error: reply="Sorry, Im Spanish": Endif
Denimus
User
User
Posts: 17
Joined: Sun Feb 10, 2013 1:04 pm
Location: Miami-Dade

Re: PureBasic 5.71 LTS beta 2 is out !

Post by Denimus »

Thanks for the fixes!
Maybe some day you could update image library? 32,000 limit is killing :(
BarryG
Addict
Addict
Posts: 3292
Joined: Thu Apr 18, 2019 8:17 am

Re: PureBasic 5.71 LTS beta 2 is out !

Post by BarryG »

Denimus wrote:32,000 limit is killing
Apparently you can create >32,000 image widths/heights:

viewtopic.php?f=13&t=70481

See Lord's post there which creates a 100,000 height image.
Denimus
User
User
Posts: 17
Joined: Sun Feb 10, 2013 1:04 pm
Location: Miami-Dade

Re: PureBasic 5.71 LTS beta 2 is out !

Post by Denimus »

BarryG, thank you for your time, it solved problem with CreateImage, but also, in my case, SaveImage physicaly does not allow me to go over 32767 (-_-;) Not considering StartDrawing to ImageOutput doing same. If only it was at least 65535...

Code: Select all

DisableDebugger
If CreateImage(0, 32767+1, 100)
  EnableDebugger
  Debug SaveImage(0, GetUserDirectory(#PB_Directory_Desktop)+"test.bmp")
EndIf
User avatar
Psychophanta
Addict
Addict
Posts: 4975
Joined: Wed Jun 11, 2003 9:33 pm
Location: Lípetsk, Russian Federation
Contact:

Re: PureBasic 5.71 LTS beta 3 is out !

Post by Psychophanta »

Not a big list , but thanks for the improvements.
http://www.zeitgeistmovie.com

While world=business:world+mafia:Wend
Will never leave this forum until the absolute bugfree PB :mrgreen:
Bitblazer
Enthusiast
Enthusiast
Posts: 733
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: PureBasic 5.71 LTS beta 3 is out !

Post by Bitblazer »

Thanks, the 5.71b3 linux x64 doesnt crash anymore with the procedure list open where 5.7 did. But during a test with the new beta 3, i had a modal error window opening behind the ide. That made me think the linux ide totally locked up without a reason, till i spotted the requester behind the IDE. I will try to reproduce the situation later. I may have clicked on the ide while the error requester was open, therefore making the IDE accidentially cover the error window. Clumsy fingers aside, this should not be possible :)
webpage - discord chat links -> purebasic GPT4All
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PureBasic 5.71 LTS beta 3 is out !

Post by RSBasic »

Thank you very much. Image
Image
Image
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 beta 3 is out !

Post by mk-soft »

Big Thanks :wink:
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
Post Reply