PDA

View Full Version : Getting 1073741502 exit code



ujwala
13th May 2013, 10:50
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?

Santosh Reddy
13th May 2013, 11:43
Debug the program, and see after which statement program exits.

ChrisW67
13th May 2013, 21:27
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.

0xC0000142
STATUS_DLL_INIT_FAILED

{DLL Initialization Failed} Initialization of the dynamic link library %hs failed. The process is terminating abnormally.

Indequate deployment of DLLs has been covered here many times.