PureBasic 6.04 LTS is out !
Re: PureBasic 6.04 beta 2 is out !
Of course it would be better to use these, but it's not possible because it happens before any code is executed (when you link a dll with a .lib, all the dll are loaded before the main() is executed, so the undocumented way is actually the only way).
Re: PureBasic 6.04 beta 2 is out !
Ok, thanks for letting me know.
Re: PureBasic 6.04 beta 2 is out !
Thanks Fred! 

-
- Addict
- Posts: 4775
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: PureBasic 6.04 beta 1 is out !
@fryquez:Fred wrote: Mon Dec 04, 2023 4:53 pm Well, I don't pretend to know everything, so could you tell exactly what it brokes ? That's why there is a beta version.
If you have knowledge in this area, why don't you share it with us

Hic Rhodus, hic salta!
Re: PureBasic 6.04 beta 2 is out !
Perfect! This means my portable app can actually be portable again, and not rely on files located in other folders.Fred wrote: Wed Dec 06, 2023 3:59 pmAdded /DLLPROTECTION flag in commandline and a switch in 'Compiler options' to enable DLL preloading protection
-
- Enthusiast
- Posts: 160
- Joined: Wed May 20, 2020 5:19 pm
- Location: The 3rd planet in the Solar System
- Contact:
Re: PureBasic 6.04 beta 2 is out !
Hello.
Also in the beta 2 starts standalone debugger but chosen integrated.
This happens when I try to debug project, with single file this issue do not exists.
Also in the beta 2 starts standalone debugger but chosen integrated.
This happens when I try to debug project, with single file this issue do not exists.
Mac Studio M1Max, PB 6.12 Arm64 and x64.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Re: PureBasic 6.04 beta 2 is out !
A Mac OS update!?!? THANKS!
I hope the functions "Alignment of the columns" and the event "Clicked on the table header" will soon be integrated into the ListIconGadget... that is the reason why I stick with all my projects in the 6.00 beta 6 (the last version with the old ListIconGadget on Mac OS)

I hope the functions "Alignment of the columns" and the event "Clicked on the table header" will soon be integrated into the ListIconGadget... that is the reason why I stick with all my projects in the 6.00 beta 6 (the last version with the old ListIconGadget on Mac OS)
Re: PureBasic 6.04 beta 2 is out !
Even with DLL protection activated, your app should be portable. There should be no difference for your own DLL files.BarryG wrote: Thu Dec 07, 2023 8:11 amPerfect! This means my portable app can actually be portable again, and not rely on files located in other folders.Fred wrote: Wed Dec 06, 2023 3:59 pmAdded /DLLPROTECTION flag in commandline and a switch in 'Compiler options' to enable DLL preloading protection
The DLL protection prevents that system DLLs are first searched for in the directory of your program instead of in the System32 directory of your Windows operating system. If the protection is activated, it is therefore ensured that system DLLs that are normally in the System32 directory are loaded from there. A bad guy cannot smuggle a malicious DLL file into the directory of your program disguised as a System32 DLL file, which is automatically loaded when your program is started.
I think the protection is good.
Thanks @Fred and @Kukulkan.

Why OpenSource should have a license :: PB-CodeArchiv-Rebirth :: Pleasant-Dark (syntax color scheme) :: RegEx-Engine (compiles RegExes to NFA/DFA)
Manjaro Xfce x64 (Main system) :: Windows 10 Home (VirtualBox) :: Newest PureBasic version
Re: PureBasic 6.04 beta 2 is out !
That's exactly what it does @Sicro, nice sum up.
Re: PureBasic 6.04 beta 2 is out !
Many thanks for your Work!
Unfortunately the IDE no longer starts under macOS Catalina since pb 6.0.3. I know that I can replace it with IDE 6.0.2, but this is only a workaround.
Will there be a bugfix or is the OS too old for PB 6.0.3?
Unfortunately the IDE no longer starts under macOS Catalina since pb 6.0.3. I know that I can replace it with IDE 6.0.2, but this is only a workaround.
Will there be a bugfix or is the OS too old for PB 6.0.3?
macOS Catalina 10.15.7
- skinkairewalker
- Enthusiast
- Posts: 772
- Joined: Fri Dec 04, 2015 9:26 pm
Re: PureBasic 6.04 beta 2 is out !
This is Awesome 
Merry Xmas Fred and everyone else.
Merry Xmas Fred and everyone else.
Re: PureBasic 6.04 LTS is out !
Final version is out !
-
- Addict
- Posts: 4775
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
-
- Addict
- Posts: 1516
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: PureBasic 6.04 LTS is out !
Thank you.
But the critical compiler error has not been fixed https://www.purebasic.fr/english/viewtopic.php?t=82232
Because of this, compilation is impossible if there are non-English characters in the path to the source file or temporary folder.
Re: PureBasic 6.04 LTS is out !
I will try to release an hotfix tomorrow.