Search found 8357 matches

by Fred
Mon Apr 15, 2024 10:02 am
Forum: General Discussion
Topic: PureBasic v6.10 is producing a file size 5 times bigger than v6.04
Replies: 13
Views: 612

Re: PureBasic v6.10 is producing a file size 5 times bigger than v6.04

I will try add an option to link the UCRT dynamically so if you program is targeting Windows 10 or above it would be smaller. It won't remove the MSVCRT dependency but it would be a start.
by Fred
Sun Apr 14, 2024 3:48 pm
Forum: Bugs - Windows
Topic: Debug mode execution speed can vary on source whitespace.
Replies: 12
Views: 534

Re: Debug mode execution speed can vary on source whitespace.

You can compare the asm output with --commented to see if there is anything odds. Could be an extra debuggercheck()
by Fred
Fri Apr 12, 2024 5:55 pm
Forum: Bugs - Mac OSX
Topic: [Done] 6.10 LTS Crashes on Sonoma 14.4.1
Replies: 21
Views: 718

Re: 6.10 LTS Crashes on Sonoma 14.4.1

The new package is up, don't hesitate to test to see if it works as expected!
by Fred
Thu Apr 11, 2024 1:40 pm
Forum: Bugs - Windows
Topic: ListSize and MapSize = -1
Replies: 4
Views: 268

Re: ListSize and MapSize = -1

It's a debugger problem, if you disable it it works as expected. Will be fixed soon !
by Fred
Thu Apr 11, 2024 8:35 am
Forum: Bugs - Mac OSX
Topic: [Done] 6.10 LTS Crashes on Sonoma 14.4.1
Replies: 21
Views: 718

Re: 6.10 LTS Crashes on Sonoma 14.4.1

Thanks for confirming, I will issue a new demo package soon
by Fred
Wed Apr 10, 2024 6:45 pm
Forum: Bugs - Mac OSX
Topic: [Done] 6.10 LTS Crashes on Sonoma 14.4.1
Replies: 21
Views: 718

Re: 6.10 LTS Crashes on Sonoma 14.4.1

May be the 2 compilers are the same, an error for the demo package. I will take a closer look, thanks !
by Fred
Wed Apr 10, 2024 5:41 pm
Forum: Bugs - Mac OSX
Topic: [Done] 6.10 LTS Crashes on Sonoma 14.4.1
Replies: 21
Views: 718

Re: 6.10 LTS Crashes on Sonoma 14.4.1

That could explain it, if you have 'x64' in the description, then it is using the ASM backend which is not working on newer XCode. By default when installing it should pick the C Backend for OS X (and you can add the ASM pbcompiler in the preferences/compilers if you need to).
by Fred
Wed Apr 10, 2024 5:37 pm
Forum: Bugs - Windows
Topic: [Done] 6.10 GetFunctionEntry error
Replies: 5
Views: 271

Re: [Done] 6.10 GetFunctionEntry error

Fixed.