PureBasic 6.11 LTS is out !

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.11 LTS is out !

Post by Fred »

It produced even bigger exe than polink.
Quin
Addict
Addict
Posts: 1122
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.11 LTS is out !

Post by Quin »

Thanks for all the work as always, Fred and team :)
User avatar
Blue
Addict
Addict
Posts: 964
Joined: Fri Oct 06, 2006 4:41 am
Location: Canada

Re: PureBasic 6.11 LTS is out !

Post 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
PB Forums : Proof positive that 2 heads (or more...) are better than one :idea:
BarryG
Addict
Addict
Posts: 4121
Joined: Thu Apr 18, 2019 8:17 am

Re: PureBasic 6.11 LTS is out !

Post by BarryG »

Blue wrote: Fri Jun 14, 2024 4:26 pmMy app shrank by 45% with this new linker.
Wow! :shock:
User avatar
Blue
Addict
Addict
Posts: 964
Joined: Fri Oct 06, 2006 4:41 am
Location: Canada

Re: PureBasic 6.11 LTS is out !

Post 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...
PB Forums : Proof positive that 2 heads (or more...) are better than one :idea:
User avatar
oreopa
Enthusiast
Enthusiast
Posts: 283
Joined: Sat Jun 24, 2006 3:29 am
Location: Edinburgh, Scotland.

Re: PureBasic 6.11 LTS is out !

Post 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!
Proud supporter of PB! * Musician * C64/6502 Freak
User avatar
FS-1281
New User
New User
Posts: 5
Joined: Mon Jul 22, 2024 5:51 am

Re: PureBasic 6.11 LTS is out !

Post 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.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.11 LTS is out !

Post by Fred »

Any chance to cut down your code to try to reproduce it in a snippet ? Are you using a third party lib ?
User avatar
FS-1281
New User
New User
Posts: 5
Joined: Mon Jul 22, 2024 5:51 am

Re: PureBasic 6.11 LTS is out !

Post 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
Quin
Addict
Addict
Posts: 1122
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.11 LTS is out !

Post by Quin »

Hi Fred,
Just so you know, 6.11 still isn't listed in the news section of PureBasic.com :)

Cheers.
User avatar
DK_PETER
Addict
Addict
Posts: 904
Joined: Sat Feb 19, 2011 10:06 am
Location: Denmark
Contact:

Re: PureBasic 6.11 LTS is out !

Post by DK_PETER »

Thank you. 8)
Current configurations:
Ubuntu 20.04/64 bit - Window 10 64 bit
Intel 6800K, GeForce Gtx 1060, 32 gb ram.
Amd Ryzen 9 5950X, GeForce 3070, 128 gb ram.
Post Reply