PureBasic 5.62 released !

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

PureBasic 5.62 released !

Post by Fred »

Hello folks,

- final version is out with a few more bug fix (mainly on OS X)

- beta 2 is available with some more fixes and some changes:

Code: Select all

- Changed DatabaseColumIndex() to be case insensitive
- Updated SQLite to 3.21.0
- Updated zlib to 1.2.11
After the fresh release of the 5.46 LTS, a first beta of PureBasic 5.62 is available on your account. It includes all the fixes done on 5.46 LTS and some specific to 5.60 branch. Don't hesitate to test it as we don't expect many troubles.

Have fun !

The Fantaisie Software Team
User avatar
marcoagpinto
Addict
Addict
Posts: 940
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Re: PureBasic 5.62 beta 1 is available for testing

Post by marcoagpinto »

Fred wrote: After the fresh release of the 5.46 LTS, a first beta of PureBasic 5.62 is available on your account. It includes all the fixes done on 5.46 LTS and some specific to 5.60 branch. Don't hesitate to test it as we don't expect many troubles.
I will download it tomorrow and will give it a try.

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

Re: PureBasic 5.62 beta 1 is available for testing

Post by davido »

@Fred,
That was quick; I'll take a look.
Thank you.
DE AA EB
User avatar
chi
Addict
Addict
Posts: 1028
Joined: Sat May 05, 2007 5:31 pm
Location: Linz, Austria

Re: PureBasic 5.62 beta 1 is available for testing

Post by chi »

Thanks Fred! Let's call it a performance update ;)
Et cetera is my worst enemy
User avatar
kenmo
Addict
Addict
Posts: 1967
Joined: Tue Dec 23, 2003 3:54 am

Re: PureBasic 5.62 beta 1 is available for testing

Post by kenmo »

THANK YOU for the Mac fix! Happy New Year!
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 5.62 beta 1 is available for testing

Post by mk-soft »

Thanks for mac fix. Happy new year.
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
Lebostein
Addict
Addict
Posts: 807
Joined: Fri Jun 11, 2004 7:07 am

Re: PureBasic 5.62 beta 1 is available for testing

Post by Lebostein »

If I try to open the documentation the IDE crashes with this message:
An Error has been detected in the IDE!
Error: Segmentation violation
File : /Users/fred/svn/v5.60/Fr34k/PureBasicIDE/HelpViewer.pb
Line : 306

IDE build on 01/07/2018 [21:36] by fred
Branch: v5.60 Revision: 1825
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.62 beta 1 is available for testing

Post by Fred »

reporting bug here is not useful, it will be forgotten.
User avatar
pf shadoko
Enthusiast
Enthusiast
Posts: 285
Joined: Thu Jul 09, 2015 9:07 am

Re: PureBasic 5.62 beta 1 is available for testing

Post by pf shadoko »

I haven't noticed any problems.

would it be possible to have the' Engine3d. dll' in its compact and fast version as before the 5.50 (or have both versions)
Physics poses a major problem of slowness
HanPBF
Enthusiast
Enthusiast
Posts: 563
Joined: Fri Feb 19, 2010 3:42 am

Re: PureBasic 5.62 beta 1 is available for testing

Post by HanPBF »

What testing...?

I use it for my ten thousands lines of code and have no issues... damn stable!

Is LTS a success story?
Never used it... the newest versions simply work!
walbus
Addict
Addict
Posts: 929
Joined: Sat Mar 02, 2013 9:17 am

Re: PureBasic 5.62 beta 1 is available for testing

Post by walbus »

After intensive use of the Win x64 version I can't find any new bug yet
Everything that works with the 561 also works with the 562b1
Justin
Addict
Addict
Posts: 829
Joined: Sat Apr 26, 2003 2:49 pm

Re: PureBasic 5.62 beta 1 is available for testing

Post by Justin »

The problem is linux, gtk3 broke a lot of stuff that needs to be adressed.
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.62 beta 2 is available for testing

Post by Fred »

beta 2 is available with some more fixes and some changes:

Code: Select all

- Changed DatabaseColumIndex() to be case insensitive
- Updated SQLite to 3.21.0
- Updated zlib to 1.2.11
walbus
Addict
Addict
Posts: 929
Joined: Sat Mar 02, 2013 9:17 am

Re: PureBasic 5.62 beta 2 is available for testing

Post by walbus »

@Justin
The problem is primary gtk3 self
As long as the developers of gtk3 turn and screw things around, change things, there will be no reasonable solution.
The best solution is not to use gtk3 at the moment, i think....
User avatar
skywalk
Addict
Addict
Posts: 3972
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic 5.62 beta 2 is available for testing

Post by skywalk »

Thanks Fred :mrgreen:
I'll test it today.
EDIT: So far so good on big Windows x64 apps. :D
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply