Pelles C forum

C language => Beginner questions => Topic started by: kyga116 on March 19, 2025, 09:15:29 PM

Title: Program builds but does not compile
Post by: kyga116 on March 19, 2025, 09:15:29 PM
I created a 64 bit console project and added the following to a source file:

#include <stdio.h>


int main(void){
printf("This is just a test!\n");

return 0;

}

When I build, I get this:
Building ConsolePrimer.exe.
Done.

When I try to compile though, I get:
Building prime.obj.
*** Error code: -1073741819 ***
Done.

I have no idea how to troubleshoot this. Searching online has turned up nothing.

Title: Re: Program builds but does not compile
Post by: TimoVJL on March 19, 2025, 09:25:15 PM
https://forum.pellesc.de/index.php?msg=40703
Title: Re: Program builds but does not compile
Post by: Vortex on March 19, 2025, 09:39:02 PM
Hi kyga116,

The error message you mentioned appears on Windows 11 2024 H2 systems. Download and apply the patch suggested by Timo and it will solve your problem.