c++探测 dll 失败
我在调试和发布模式下编译了一个库,两种编译都可以并生成 .dll 和.lib。
如果我在发布模式下编译并启动我的应用程序,一切正常,但如果我在调试模式下启动,编译没问题,但是当应用程序启动时,我会遇到以下错误:
LDR:LdrpWalkImportDescriptor() 失败 探测 c:\mydll_d.dll 的 清单,ntstatus 0xc0150002 调试器:: 未处理的 抛出了不可继续的异常 在进程加载期间程序'[260] myProgram_d.exe:本机'已退出 代码为-1072365566 (0xc0150002)。
我在网上读到有时取决于 Visual Studio 的不同版本... 我使用相同版本的 Visual Studio ( vs2005 sp1 )
提前致谢
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 is 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论