开发者

Finding required external symbols

开发者 https://www.devze.com 2023-02-05 13:58 出处:网络
I am currently facing a linking error on Visual Studios C++ 2010. I know exactly that I forgot to link some .lib files against the project and it turned out to be true.

I am currently facing a linking error on Visual Studios C++ 2010. I know exactly that I forgot to link some .lib files against the project and it turned out to be true.

However, the problem is my project depends on another project (that I did not do) that provides header files and .lib files that have different names. And I am having a hard 开发者_StackOverflow中文版finding the specific lib files.

In this case, how can I find the right .lib file for the symbols I am using?


Does this help? (dumpbin /SYMBOLS) https://stackoverflow.com/questions/1935183/tool-to-view-functions-exported-in-static-library

0

精彩评论

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

关注公众号