本文介绍了包括发布dll而不是调试DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

随着发布dll(x.dll)应用程序出现问题。当调试dll(xD.dll)时,它需要依赖另一个dll,它们释放dll(a.dll)和调试dll(aD.dll)。

当我看到调试dll(xD。 dll)通过依赖walker它显示依赖包含为a.dll,实际上它应该包含aD.dll。





如何更改我的调试dll(xD.dll)中包含a.dll的a.dll是否存在a.dll的代码?



请建议/帮我解决?

With release dll(x.dll)app comes up fine. when debug dll(xD.dll), it requires depencency of another dll which of both release dll(a.dll) and debug dll (aD.dll).
when i saw debug dll(xD.dll) through depency walker it shows dependency included as a.dll, actually it should include aD.dll.


How can i change the code to include aD.dll instaed of a.dll in my debug dll(xD.dll)?

please do suggest /help me out?

推荐答案




这篇关于包括发布dll而不是调试DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-29 16:23