查找所需的外部符号
我目前在 Visual Studios C++ 2010 上遇到链接错误。我确切地知道我忘记了针对该项目链接一些 .lib 文件,结果证明这是真的。
但是,问题是我的项目依赖于另一个项目(我没有这样做),该项目提供具有不同名称的头文件和 .lib 文件。我很难找到特定的库文件。
在这种情况下,如何为我正在使用的符号找到正确的 .lib 文件?
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 finding the specific lib files.
In this case, how can I find the right .lib file for the symbols I am using?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这有帮助吗? (dumpbin /SYMBOLS) https://stackoverflow.com/questions/1935183 /查看静态库中导出的函数的工具
Does this help? (dumpbin /SYMBOLS) https://stackoverflow.com/questions/1935183/tool-to-view-functions-exported-in-static-library