Page 5 of 5

Re: PureBasic 6.11 LTS is out !

Posted: Wed Jun 12, 2024 7:22 am
by Fred
It produced even bigger exe than polink.

Re: PureBasic 6.11 LTS is out !

Posted: Wed Jun 12, 2024 5:04 pm
by Quin
Thanks for all the work as always, Fred and team :)

Re: PureBasic 6.11 LTS is out !

Posted: Fri Jun 14, 2024 4:26 pm
by Blue
Fred wrote: Wed Apr 17, 2024 4:17 pm [...]
2024-05-26: beta 3 is out, it mainly feature a new linker for Windows (lld-link) which should greatly decrease the executable size
[...]
Indeed !
My app shrank by 45% with this new linker.

Thanks Fred & all PB plumbers

Re: PureBasic 6.11 LTS is out !

Posted: Sat Jun 15, 2024 5:11 am
by BarryG
Blue wrote: Fri Jun 14, 2024 4:26 pmMy app shrank by 45% with this new linker.
Wow! :shock:

Re: PureBasic 6.11 LTS is out !

Posted: Sat Jun 15, 2024 1:28 pm
by Blue
BarryG wrote: Sat Jun 15, 2024 5:11 am
Blue wrote: Fri Jun 14, 2024 4:26 pmMy app shrank by 45% with this new linker.
Wow! :shock:
That's for a rather small app.
As they say, your mileage may vary...

Re: PureBasic 6.11 LTS is out !

Posted: Sun Jul 21, 2024 5:33 pm
by oreopa
PB just gets better and better. The "new" C backend is incredible and seems to be working great with all my projects.

Massive thanx to Fred and all the team for the huge dedication involved in pushing PB forwards into a new era!

Re: PureBasic 6.11 LTS is out !

Posted: Mon Jul 22, 2024 6:16 am
by FS-1281
With the new version (change from 6.03 LTS to 6.11 LTS) I get an error dialog when compiling the exe
("Compile/Run" without the Option "Enable Debugger")

Strangely enough, the application runs with “Compile/Run” in debugging mode (Enable Debugger) without an error message
PureBasic - Linker error

error: undefined symbol:
_PB_DEBUGGER_SendTranslatedError@8
>>> referenced by
Gadget.lib(Gadget_DEBUG_COMMON_obj):(_IsCurrentObject)
>>>> referenced by
Gadget.lib(Gadget_DEBUG_COMMON_obj):(_CheckGadgetSize)
>>>> referenced by
Gadget.lib(Gadget_DEBUG_COMMON_obj):(_CheckGadgetSize)
>>>> referenced 3 more times

lld-ling: error: undefined symbol:
_PB_DEBUGGER_SendTranslatedErrorFucntion@12
...
I can't make much sense of the error message, except that it is probably related to a gadget.

Re: PureBasic 6.11 LTS is out !

Posted: Mon Jul 22, 2024 6:27 am
by Fred
Any chance to cut down your code to try to reproduce it in a snippet ? Are you using a third party lib ?

Re: PureBasic 6.11 LTS is out !

Posted: Mon Jul 22, 2024 7:00 am
by FS-1281
I do not use a third-party library.
The source code includes over 273694 line of code, will be difficult to reduce it, may try.

I have opened a new topic under Bugs - Windows

Re: PureBasic 6.11 LTS is out !

Posted: Mon Jul 22, 2024 3:45 pm
by Quin
Hi Fred,
Just so you know, 6.11 still isn't listed in the news section of PureBasic.com :)

Cheers.

Re: PureBasic 6.11 LTS is out !

Posted: Wed Jul 31, 2024 7:22 pm
by DK_PETER
Thank you. 8)