Page 1 of 6

PureBasic 6.02 LTS is out !

Posted: Sun Apr 16, 2023 12:54 pm
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

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 1:25 pm
by jassing
<deleted>

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 1:28 pm
by Fred
Please use the bug forums to report an issue, thank you.

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 1:52 pm
by Janni
ALOT of fixes here!! Thank you very much once again Fred :D

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 2:00 pm
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

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 2:51 pm
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

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 3:01 pm
by Fred
It's probably a leftover of previous install, it should only install in programdata, as program files is usually read only.

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 3:04 pm
by GeoTrail
Holy guacamole Fred. You've been busy.
Is this what you've been doing all easter?

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 3:11 pm
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

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 3:12 pm
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.

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 3:25 pm
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

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 3:26 pm
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.

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 3:53 pm
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 👍🏻

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 4:05 pm
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.

Re: PureBasic 6.02 beta 1 is out !

Posted: Sun Apr 16, 2023 4:22 pm
by Fred
I will keep the 2 folders, no need to adapt anything