NO

Author Topic: Windows 11  (Read 29995 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2234
Windows 11
« on: December 11, 2024, 04:29:15 PM »
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
« Last Edit: December 11, 2024, 06:19:34 PM by TimoVJL »
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 983
    • http://www.vortex.masmcode.com
Re: Windows 11
« Reply #1 on: December 11, 2024, 06:43:08 PM »
Hi Timo,

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

Offline John Z

  • Member
  • *
  • Posts: 982
Re: Windows 11
« Reply #2 on: December 11, 2024, 08:44:10 PM »
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

Offline Vortex

  • Member
  • *
  • Posts: 983
    • http://www.vortex.masmcode.com
Re: Windows 11
« Reply #3 on: December 12, 2024, 02:07:46 PM »
Hello,

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

Code: [Select]
TLMsiListEx64.exe
TLPEView64.exe
TLWHViewRE64.exe
Code it... That's all...

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2234
Re: Windows 11
« Reply #4 on: December 12, 2024, 02:35:02 PM »
@Vortex Thanks for testing  8)

Next someone could test Pelles C tools in Windows 11 24H2
« Last Edit: December 12, 2024, 02:37:36 PM by TimoVJL »
May the source be with you

Offline HellOfMice

  • Member
  • *
  • Posts: 391
  • Never be pleased, always improve
Re: Windows 11
« Reply #5 on: January 05, 2025, 01:11:10 PM »
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 ;)
« Last Edit: January 05, 2025, 01:16:28 PM by HellOfMice »
--------------------------------
Kenavo

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2234
Re: Windows 11
« Reply #6 on: January 05, 2025, 02:39:43 PM »
So pocc and poide problems wait updates for Windows 11 ?
May the source be with you

Offline HellOfMice

  • Member
  • *
  • Posts: 391
  • Never be pleased, always improve
Re: Windows 11
« Reply #7 on: January 05, 2025, 02:41:40 PM »
Hi Timo


Or Pelle comes Back :-\
--------------------------------
Kenavo

Offline dezmand07

  • Member
  • *
  • Posts: 14
Re: Windows 11
« Reply #8 on: January 05, 2025, 10:57:14 PM »

Offline John Z

  • Member
  • *
  • Posts: 982
Re: Windows 11
« Reply #9 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?

John Z

Also - any chance Pelles C V11 works ok in Win 11 24H2?
« Last Edit: January 06, 2025, 11:56:28 AM by John Z »

Offline HellOfMice

  • Member
  • *
  • Posts: 391
  • Never be pleased, always improve
Re: Windows 11
« Reply #10 on: January 06, 2025, 12:37:31 PM »
Hi John,


Sorry I can't
--------------------------------
Kenavo

Offline dezmand07

  • Member
  • *
  • Posts: 14
Re: Windows 11
« Reply #11 on: January 06, 2025, 02:48:10 PM »
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.
« Last Edit: January 06, 2025, 02:55:47 PM by dezmand07 »

Offline John Z

  • Member
  • *
  • Posts: 982
Re: Windows 11
« Reply #12 on: January 06, 2025, 04:07:06 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

Offline HellOfMice

  • Member
  • *
  • Posts: 391
  • Never be pleased, always improve
Re: Windows 11
« Reply #13 on: January 06, 2025, 04:11:13 PM »
Yestirday I had the problem and removed this build. Now it can comes back before 2025/2/9 :D
--------------------------------
Kenavo

Offline John Z

  • Member
  • *
  • Posts: 982
Re: Windows 11
« Reply #14 on: January 06, 2025, 04:26:14 PM »
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