c++探测 dll 失败

发布于 2024-10-15 01:31:42 字数 433 浏览 1 评论 0原文

我在调试和发布模式下编译了一个库,两种编译都可以并生成 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文