Hi,
I am getting 1073741502 exit code when I try to run the application.
Sometime rebuilding the application works but now a days this error is occurring very frequently.
Can you guide me resolving this problem?
Hi,
I am getting 1073741502 exit code when I try to run the application.
Sometime rebuilding the application works but now a days this error is occurring very frequently.
Can you guide me resolving this problem?
Debug the program, and see after which statement program exits.
When you know how to do it then you may do it wrong.
When you don't know how to do it then it is not that you may do it wrong but you may not do it right.
The error number is negative 1073741502, a subtle but important difference.
-1073741502 == 0xC0000142
I have no doubt that searching for that will be more informative.
Indequate deployment of DLLs has been covered here many times.0xC0000142
STATUS_DLL_INIT_FAILED
{DLL Initialization Failed} Initialization of the dynamic link library %hs failed. The process is terminating abnormally.
Bookmarks