Code::Blocks Forums

User forums => Help => Topic started by: cs071015 on October 21, 2008, 11:56:29 pm

Title: Error when Building: "This application has requested the Runtime to ..."
Post by: cs071015 on October 21, 2008, 11:56:29 pm
Hi!

I'm using Code::Blocks 8.02, build Feb 27, 2008 under Windows XP x64.

When I try to build the default hello-world program, I get the error message:

Code
-------------- Build: Debug in asdf ---------------

mingw32-gcc.exe -Wall  -g     -c H:\codeblocks\asdf\main.c -o obj\Debug\main.o
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Process terminated with status 3 (0 minutes, 0 seconds)
0 errors, 0 warnings

For some ohter users on my system, C::B works without any problems.

Things I have already tried:
Title: Re: Error when Building: "This application has requested the Runtime to ..."
Post by: MortenMacFly on October 22, 2008, 02:53:30 pm
I'm using Code::Blocks 8.02, build Feb 27, 2008 under Windows XP x64.
Notice that this is not an issue with C::B but most likely a compiler issue... and even most likely, too an issue with 64 bit. So what compiler do you use (what version)? Then ask the compiler devs (not us) if there are issues known with this compiler related to Windows XP 64 bit.
Title: Re: Error when Building: "This application has requested the Runtime to ..."
Post by: cs071015 on October 24, 2008, 02:20:29 pm


But I dont understand why the compiler works fine for some users om my system. That's the reason I think it's a C::B issue and not a compiler issue.

I'm using the bundeled defaultminGW compiler. Don't know what the exact version number is :/
Title: Update: Error when Building: "This application has requested the Runtime to ..."
Post by: cs071015 on November 05, 2008, 07:17:28 pm

Ok, after weeks of doing nothing it works ... for one additional user.

But you were right - it was an compiler issue. I tested it with CygwinGCC and it worked fine - for all users^^

~Close~