PureBasic 6.02 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:

PureBasic 6.02 LTS is out !

Post by Fred »

Hello everybody,

2023-05-17: final is out ! Thank a lot for all your help, special thanks to Andre and Mesa for the doc update !

Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.

2023-05-11: beta 4 is out with a few more bug fixes. Should be the final beta, so be sure to test it with your project to avoid discovering issues when the final release is done !

Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.

2023-05-05: beta 3 is out with a few new feature and more bug fixes. If you can test the new GTK3 build for the IDE, it would be great !

Code: Select all

- Added: HttpTimeout() to set a connection and a global timeout for Http commands.
- Added: GTK3 IDE build for Linux for testing (purebasic_gtk3).
- Added: ReAssembly (--reasm) support for OS X and Linux.
Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.

2023-04-21: beta 2 is out and brings the following changes, don't hesitate to test it so we can have a better final version:

Code: Select all

- Removed EnableASM support for C backend as it can't be used correctly (the IDE capitalize the letters for If etc.) and avoid detecting real x86/x64 asm block leading to strange errors. 
The correct way is now to use the '!' sign at the line start to use directly C code.

- Updated libarchive to 3.6.2
- Updated lib7z to 22.01
Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.


We decided to continue our bug-fix marathon, so here we go with a first version (focus on general and Windows issues, other platforms will be done right after). Feel free to test it with your projects, we don't expect much regressions.

Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.

Have fun,

The Fantaisie Software Team
jassing
Addict
Addict
Posts: 1745
Joined: Wed Feb 17, 2010 12:00 am

Re: PureBasic 6.02 beta 1 is out !

Post by jassing »

<deleted>
Last edited by jassing on Sun Apr 16, 2023 2:06 pm, edited 1 time in total.
Fred
Administrator
Administrator
Posts: 16617
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.02 beta 1 is out !

Post by Fred »

Please use the bug forums to report an issue, thank you.
User avatar
Janni
Enthusiast
Enthusiast
Posts: 127
Joined: Mon Feb 21, 2022 5:58 pm
Location: Norway

Re: PureBasic 6.02 beta 1 is out !

Post by Janni »

ALOT of fixes here!! Thank you very much once again Fred :D
Spec: Linux Mint 20.3 Cinnamon, i7-3770K, 16GB RAM, RTX 2070 Super
User avatar
mk-soft
Always Here
Always Here
Posts: 5334
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.02 beta 1 is out !

Post by mk-soft »

Very good, Thanks

I was already waiting for the beta (the v6.01 came out a bit too early)

Since the sizeMode for the NSToolBar is no longer available under macOS and the icons are scaled ugly by the OS, I recompiled the PB IDE with my pull request.
https://github.com/fantaisie-software/p ... c/pull/226
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
Paul
PureBasic Expert
PureBasic Expert
Posts: 1243
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Re: PureBasic 6.02 beta 1 is out !

Post by Paul »

Is the installer suppose to install the Examples folder twice on Windows?

It seems to be installing the same thing here and here...
C:\Program Files\PureBasic\Examples
C:\ProgramData\PureBasic\Examples
Image Image
Fred
Administrator
Administrator
Posts: 16617
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.02 beta 1 is out !

Post by Fred »

It's probably a leftover of previous install, it should only install in programdata, as program files is usually read only.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Re: PureBasic 6.02 beta 1 is out !

Post by GeoTrail »

Holy guacamole Fred. You've been busy.
Is this what you've been doing all easter?
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1243
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Re: PureBasic 6.02 beta 1 is out !

Post by Paul »

Fred wrote: Sun Apr 16, 2023 3:01 pm It's probably a leftover of previous install, it should only install in programdata, as program files is usually read only.
No, this was first time install on new os.

My actual install path was:
C:\Compilers\PureBasic602_64

And the example folder shows up in both:
C:\Compilers\PureBasic602_64\Examples
C:\ProgramData\PureBasic\Examples
Image Image
User avatar
mk-soft
Always Here
Always Here
Posts: 5334
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.02 beta 1 is out !

Post by mk-soft »

Installed in the new folder and both folders are present, which is good at the moment.
For examples we often use the path #PB_Compiler_Home to get to the example data.
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
Fred
Administrator
Administrator
Posts: 16617
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.02 beta 1 is out !

Post by Fred »

GeoTrail wrote: Sun Apr 16, 2023 3:04 pm Holy guacamole Fred. You've been busy.
Is this what you've been doing all easter?
Hunting for bugged eggs
Fred
Administrator
Administrator
Posts: 16617
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.02 beta 1 is out !

Post by Fred »

mk-soft wrote: Sun Apr 16, 2023 3:12 pm Installed in the new folder and both folders are present, which is good at the moment.
For examples we often use the path #PB_Compiler_Home to get to the example data.
You're right, it should still be there as well. Just checked the script and it indeed copy both.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Re: PureBasic 6.02 beta 1 is out !

Post by GeoTrail »

Fred wrote: Sun Apr 16, 2023 3:25 pm
GeoTrail wrote: Sun Apr 16, 2023 3:04 pm Holy guacamole Fred. You've been busy.
Is this what you've been doing all easter?
Hunting for bugged eggs
Hopefully you found them all, and had at least some rest 👍🏻
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
mk-soft
Always Here
Always Here
Posts: 5334
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.02 beta 1 is out !

Post by mk-soft »

Fred wrote: Sun Apr 16, 2023 3:26 pm
mk-soft wrote: Sun Apr 16, 2023 3:12 pm Installed in the new folder and both folders are present, which is good at the moment.
For examples we often use the path #PB_Compiler_Home to get to the example data.
You're right, it should still be there as well. Just checked the script and it indeed copy both.
All examples that use the path #PB_Compiler_Home must also be adapted.
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
Fred
Administrator
Administrator
Posts: 16617
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.02 beta 1 is out !

Post by Fred »

I will keep the 2 folders, no need to adapt anything
Post Reply