c++ failed to probe dll
I compiled a library in debug and release mode, both compilations are ok and generate me the .dll and the .lib.
If I compile and launch my application in release mode everything is ok, but if I launch in debug, the compliation is ok, but when the app i开发者_如何学编程s launching, this error comes to me:
LDR: LdrpWalkImportDescriptor() failed to probe c:\mydll_d.dll for its manifest, ntstatus 0xc0150002 Debugger:: An unhandled non-continuable exception was thrown during process load The program '[260] myProgram_d.exe: Native' has exited with code -1072365566 (0xc0150002).
I read on the web that sometimes depends b the different version of visual studio... I use the same version of visual studio ( vs2005 sp1 )
thanks in advance
精彩评论