
PureBasic 6.11 LTS is out !
Re: PureBasic 6.11 LTS Beta 2 is ready for testing !
I get tomorrow off, so plenty of time to test. Thanks as always Fred! 

Re: PureBasic 6.11 LTS Beta 2 is ready for testing !
I have every day off and no time to testQuin wrote: Fri Apr 26, 2024 3:55 am I get tomorrow off, so plenty of time to test. Thanks as always Fred!![]()

although atomicwebserver is currently running on it.
Re: PureBasic 6.11 LTS Beta 2 is ready for testing !
Work very fine
Big Thanks
Big Thanks

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
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
-
- Enthusiast
- Posts: 377
- Joined: Sat Feb 12, 2022 7:15 pm
Re: PureBasic 6.11 LTS Beta 2 is ready for testing !
Very good of fixing bugs, thanks to Fred !
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: PureBasic 6.11 LTS Beta 2 is ready for testing !
Testing... Thanks!
Re: PureBasic 6.11 LTS Beta 3 is ready for testing !
beta 3 is out, it mainly feature a new linker for Windows (lld-link) which should greatly decrease the executable size, so don't hesitate to test it to see if you encounter any unusual problems !
Bugfixes for this version:
Code: Select all
- Replaced polink with lld-link on Windows
- Added 24-bit and 32-bit WAV support
- Added runtime debugger support for whole Packer library
- Windows: [Done] WebView Gadget leaves files on hard drive
- Windows: [Done] Packer - AddPackFile() bug
- Windows: [Done] NOT a bug >> PB 6.11 b1 : exe does not display its new shiny icon
- Windows: [Done] #PB_Explorer_ColumnWidth is not dpi aware
- Windows: [Done] Declaring a structured type before the structure declaration
- Windows: [Done] FreeGadget() on OpenglGadget() = memory leak [Win 11 - v6.10 x64]
- Windows: [Done] DatabaseColumnSize() description
- Windows: [Done] Loading wav files extremely unreliable across versions
- Windows: [Done] full windowed screen is not full
- Windows: [Done] HTML code streamed into WebGadget cannot run external JavaScript
- MacOS: [Done] 6.10 LTS Crashes on Sonoma 14.4.1
- Doc: [Done]Hide menu (MacOS)
- Doc: [Done] Unclear help for Base64Decoder
- Doc: [Done] Some more tag problems
- Doc: [Done] ProcedureReturn without expression returns 0 not eax or rax register
- Doc: [Done] CreatePopupImageMenu flags
Re: PureBasic 6.11 LTS Beta 3 is ready for testing !
Big Thanks 
Hello Fred,
before you publish the release please ask us if there is an important bug that has been forgotten.
Like: https://www.purebasic.fr/english/viewtopic.php?t=84139

Hello Fred,
before you publish the release please ask us if there is an important bug that has been forgotten.
Like: https://www.purebasic.fr/english/viewtopic.php?t=84139
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
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: PureBasic 6.11 LTS Beta 3 is ready for testing !
My app with 6.10 -> 9.44 MB
My app with 6.11 B3 -> 8.58 MB
Thank you! All reductions gratefully accepted.
My app with 6.11 B3 -> 8.58 MB
Thank you! All reductions gratefully accepted.

Re: PureBasic 6.11 LTS Beta 3 is ready for testing !
creating a DLL throws "Unknown Error" with Beta 3 
Only C-Backend...
After deleting my old "PB" Installation and clean installing PB 6.11 Beta 3, it worked.
Console App 6.10: 581KB
Console App 6.11B3: 588KB
DLL 6.10: 1.007KB
DLL 6.11B3: 1.007KB

Only C-Backend...
After deleting my old "PB" Installation and clean installing PB 6.11 Beta 3, it worked.

Console App 6.10: 581KB
Console App 6.11B3: 588KB
DLL 6.10: 1.007KB
DLL 6.11B3: 1.007KB
Re: PureBasic 6.11 LTS Beta 3 is ready for testing !
Hmm... size difference is minimal here (around 500 KB-2MB). In any case though it's at least always smaller.
Thanks for the 24 and 32-bit WAV support too!
Thanks for the 24 and 32-bit WAV support too!
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: PureBasic 6.11 LTS Beta 3 is ready for testing !
Mhhh! That looks very good, let's see 

Re: PureBasic 6.11 LTS Beta 3 is ready for testing !
Short WinAPP:
v610: 570kB
v611: 238kB
New linker works fine
v610: 570kB
v611: 238kB
New linker works fine

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
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: PureBasic 6.11 LTS Beta 3 is ready for testing !
Projet :Bibliotheque Personnelle
v610 : 1848 kB
v611 : 1319 kB
Excellent, New linker works fine here too.
Compiling seems quicker.
v610 : 1848 kB
v611 : 1319 kB
Excellent, New linker works fine here too.
Compiling seems quicker.
A+
Denis
Denis
Re: PureBasic 6.11 LTS Beta 3 is ready for testing !
Thanks for the feedback ! I also saw such improvement here
Re: PureBasic 6.11 LTS Beta 3 is ready for testing !
The size of the compiled .exes are now so close to the (additionally installed) vc compiler, I guess we can call the vc one deprecated?