hi to everyone!
I have done a project (console application) which has been compiled with 0 errors and 0 warnings, but when i try to run it, the program writes this:
process returned -1073741819 (0xC0000005) execution time : 2.305 s
press any key to continue.
and in the build log i'm given this error:
Process terminated with status -1073741819 (0 minutes, 1 seconds)
i've searched for similar errors in the other topics, but i found only one which doesn't help me, because that program was a wxWidgets project and i couldn't find out a solution.
I work on Windows XP, and i'm using MinGw 4.2.1 compiler
Quote from: stufava on February 17, 2009, 07:37:07 PM
I have done a project (console application) which has been compiled with 0 errors and 0 warnings, but when i try to run it, the program writes this:
process returned -1073741819 (0xC0000005) execution time : 2.305 s
press any key to continue.
You application has a bug. It is as simple as that.
Anyways - this is not related to C::B so this topic gets locked.