【发布时间】:2014-02-23 16:34:51
【问题描述】:
我在我的应用程序中使用其中一个 Dll 时遇到了一些问题,我在其上运行了依赖项walker。我不知道怎么读,但我得到了以下结果
它是否表明任何 x86-x64 不兼容?无论如何我可以解决这个问题吗?
Error: At least one required implicit or forwarded dependency was not found.
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
【问题讨论】:
-
请注意:如果可能,请将错误消息包含为文本(附加),以便用户更容易找到此线程。谢谢;-)
-
刚刚编辑的错误非常具有描述性,但我的问题是,如果有这么多问题,他们如何编译 DLL?
标签: c# c++ dll pinvoke dependency-walker