开发者

Ordinal 12345 could not be located in dynamic link library

开发者 https://www.devze.com 2022-12-18 05:27 出处:网络
When running my freshly built application, I get the following error message: Ordinal 12345 could not be located in dynamic link library mfc90u.dll

When running my freshly built application, I get the following error message:

Ordinal 12345 could not be located in dynamic link library mfc90u.dll

Apparently, my application calls a function that is not present in the given .开发者_高级运维DLL. Is there a way to determine which part of my source code that calls this function?

Update: I think I'm beginning to understand what's going on.


Dependency Walker can be an invaluable tool for problems like this.


You should be able to use dumpbin /exports mfc90u.lib to find the function that is associated with ordinal 12404. This error typically occurs when the .lib does not match the .dll.

0

精彩评论

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

关注公众号