News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Windows 11

Started by TimoVJL, December 11, 2024, 04:29:15 PM

Previous topic - Next topic

TimoVJL

I wishes people to list, what Pelles C compiled programs don't work in Windows 11
For example, how old TLPEView works in it ?

Tiny-Lousy-projects
May the source be with you

Vortex

Hi Timo,

Thanks for your efforts. I will test your tools on Windows 11 ( at work )
Code it... That's all...

John Z

Vortex, please be sure to note the windows 11 version.  I have been running on Windows 11 for a long time without any issues whatsoever.  I'm just on 23H2, the issue appears to be related to 24H2 roll out.

John Z

Vortex

Hello,

On Windows 11 2024 H2, Timo's applications are working without any error messages  :

TLMsiListEx64.exe
TLPEView64.exe
TLWHViewRE64.exe
Code it... That's all...

TimoVJL

#4
@Vortex Thanks for testing  8)

Next someone could test Pelles C tools in Windows 11 24H2
May the source be with you

HellOfMice

#5
I did it:

Building Datas.obj.

warning: Ignored in 64-bit mode: 'STDCALL'.
*** Error code: -1073741819 ***

Building Image Optional Header.obj.
warning: Ignored in 64-bit mode: 'STDCALL'.
*** Error code: -1073741819 ***

Done


And so on

Sorry the text on the image is in French ;)

TimoVJL

So pocc and poide problems wait updates for Windows 11 ?
May the source be with you

HellOfMice

Hi Timo


Or Pelle comes Back :-\


John Z

#9
Question -

Is it true that on WIN11 24H2 Pelles C can build 32 bit programs without issue?  All I've seen so far are 64 bit comments and tests.

Can someone test that?

John Z

Also - any chance Pelles C V11 works ok in Win 11 24H2?

HellOfMice

Hi John,


Sorry I can't

dezmand07

#11
Quote from: John Z on January 06, 2025, 11:53:40 AM
Question -

Is it true that on WIN11 24H2 Pelles C can build 32 bit programs without issue?  All I've seen so far are 64 bit comments and tests.

Can someone test that?
I checked the compilation of the project on Win32 mode (on Windows 11 24H2) - there are no changes, still the same error 0xC0000005
What's most interesting is that if I change resources (forms, strings, etc.), the compiler works normally. But if the code changes, an error occurs.

At the moment I am writing code from Hyper-V with Windows 10 22H2, but this is a crutch and I would like a real solution to use one operating system.

John Z

Quote from: dezmand07 on January 06, 2025, 02:48:10 PM
What's most interesting is that if I change resources (forms, strings, etc.), the compiler works normally. But if the code changes, an error occurs.
Well - was hoping 32 bit building was unaffected....

Unless you 'clean' the project under the Project Menu, the object file(s) not affected by the tweak are not rebuilt so the issue does not appear.

Thanks for testing!  Much appreciated.

John Z

HellOfMice

Yestirday I had the problem and removed this build. Now it can comes back before 2025/2/9 :D

John Z

Hi HellOfMice,

I found this on the web if you want to try:

To prevent the Windows 11 24H2 update using the registry, navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" and create a new DWORD value called "TargetReleaseVersion" with a value of "1"; then, create a new string value called "TargetReleaseVersionInfo" and set its value to the specific Windows 11 version you want to stay on (e.g., "22H2") to effectively block the update to 24H2

Have not tried it myself yet - you'd want "23H2" I think ...

John Z