NO

Author Topic: Error code: -1073741819  (Read 2234 times)

Offline Vortex

  • Member
  • *
  • Posts: 901
    • http://www.vortex.masmcode.com
Re: Error code: -1073741819
« Reply #75 on: December 12, 2024, 03:07:47 PM »
The IDE can compile C code without issues. It's the linking step causing the issue.
Code it... That's all...

Offline HellOfMice

  • Member
  • *
  • Posts: 201
  • Never be pleased, always improve
Re: Error code: -1073741819
« Reply #76 on: December 12, 2024, 03:09:10 PM »
No Problem in Debug mode ;D
OK in Release mode  :P
« Last Edit: December 12, 2024, 03:11:42 PM by HellOfMice »
--------------------------------
Kenavo

Offline HellOfMice

  • Member
  • *
  • Posts: 201
  • Never be pleased, always improve
Re: Error code: -1073741819
« Reply #77 on: December 12, 2024, 03:18:34 PM »
I join the project and the hardcopy of my windows and Pelle's versio
--------------------------------
Kenavo

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2150
Re: Error code: -1073741819
« Reply #78 on: December 12, 2024, 06:01:43 PM »
The IDE can compile C code without issues. It's the linking step causing the issue.
If pocc.exe works, it is a good thing for us.
May the source be with you

Offline HellOfMice

  • Member
  • *
  • Posts: 201
  • Never be pleased, always improve
Re: Error code: -1073741819
« Reply #79 on: December 12, 2024, 06:10:11 PM »
I made another test directly under powershell no problem because in my previous tests I launched the console program from POEdit.
I think that W11 R24 has a problem :-[
--------------------------------
Kenavo

Offline Vortex

  • Member
  • *
  • Posts: 901
    • http://www.vortex.masmcode.com
Re: Error code: -1073741819
« Reply #80 on: December 12, 2024, 07:14:12 PM »
How does Pelles IDE executes the linker Polink? If I am not wrong, it must be CreateProcess. Maybe, something changed in this Win32 API function.
Code it... That's all...

Offline HellOfMice

  • Member
  • *
  • Posts: 201
  • Never be pleased, always improve
Re: Error code: -1073741819
« Reply #81 on: December 12, 2024, 07:28:21 PM »

Hi Vortex.

In this case one must try directly under powershell with a batch file as you do for your programs
--------------------------------
Kenavo

Offline alderman2

  • Member
  • *
  • Posts: 59
    • Xmag
Re: Error code: -1073741819
« Reply #82 on: December 12, 2024, 07:39:41 PM »
I join the project and the hardcopy of my windows and Pelle's versio
If your Windows is displayed, you have version 23H2. That version I had no problems with Pelles, only with 24H2 I have problems.

Offline iwrbc

  • Member
  • *
  • Posts: 22
Re: Error code: -1073741819
« Reply #83 on: December 12, 2024, 09:06:37 PM »
The IDE can compile C code without issues. It's the linking step causing the issue.
Interesting. I was working on a project with several source files, and after compilation of each file, the error occurred in my case. So clearly the issue was in the compiler as well.
I went back to 23H2 so I can not test other combinations anymore.
Wilko