开发者

At least one module has an unresolved import due to a missing export function in an implicitly dependent module

When I point to my C++ dll from DependencyWalker, I see the error message "At least one module has an unresolved import due to a missing export function in an implicitly d开发者_开发技巧ependent module"

Can you please suggest what the error is?


Your dll (or a dll that it imports) has an import from another dll (bad.dll say). When DependencyWalker scans bad.dll it finds that it does not export the required function. This missing export will be labelled in red (or somesuch) in your dll's import list.

  • ViewUndecorate C++ Functions might be useful to you.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜