I have a win32 application which was developed in VS C++ 2005. I converted this using VS 2010 C++. Now I have added a new library which I developed in again VS 2010 and linked them. However when I start debugging, I get the following error:
The program '[26432] Test.exe: Native' has exited with code -1073741701 (0xc000007b).
I have a breakpoint in _tWinMain. But the code crashes out even before reaching this point. How do I put/ Where do I put a breakpoint to understand why it is crashing? Any suggestions?