Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: gganem on May 26, 2011, 01:21:00 am
-
Hi,
Is there a table with process status codes terminations? I understand this is dependent on the platform, please confirm.
In particular, I am using CodeBlocks 10.05 and I am getting the following message:
Process terminated with status -1073741819
(which converts to hex 3FFFFFFB - without the - sign -, in case it's useful).
I hope this is the right forum to post this kind message, otherwise please point me in the right direction.
-
I hope this is the right forum to post this kind message, otherwise please point me in the right direction.
It is not, this is a forum dedicated to development of codeblocks, not development with codeblocks.
This is a common question by the way, and this return code is a returned by cb_console_runner when you application crashes, please use the debugger to find the reason for the crash.