I am working with an application and a number of DLLs created in Visual Studio 2010. After adding vld.h to a single source file in the main application and all the DLLs, when I try to run the application it ends, after all the dllls are loaded, with a return code of 0xC0000417. It does not enter the InitInstance of the application at all. I have no idea why the application would fail with VLD.
Without VLD the application runs correctly.
Comments: Try copy vld and dbghelp.dll with manifest to your app directory
Without VLD the application runs correctly.
Comments: Try copy vld and dbghelp.dll with manifest to your app directory