I am using Visual Studio 2008 to run an application, which loads a number of DLL’s at startup, that immediately exits with “The program ‘[3668] cb_tcl.exe: Native’ has exited with code -1072365566 (0xc0150002).” Unfortunately I get no other clues about the source of the problem and the exit occurs before the program starts, but I suspect some sort of issue with one of the DLL’s. Can anyone recommend some good tools to use to help isolate the cause of the startup issue?
Share
I’m not positive this is what you are looking for, but Dependency Walker is very helpful for me in situations like this.