VS2010链接警告
我在 Windows 7 上运行 VS2010 Express for C++。 在最新一轮更新之前,一切都编译和链接良好。 现在我收到一系列以下形式的链接警告:
libcpmt.lib(xgetwctype.obj) : warning LNK4099: PDB 'libcpmt.pdb' was not found with 'libcpmt.lib(xgetwctype.obj)'
libcpmt.lib & libcpmt.pdb 位于 Visual Studio lib 目录中,因此我只能推测存在某种类型的路径问题。还有其他人遇到/解决过这个问题吗?
I am running VS2010 Express for C++ on Windows 7.
Everything was compiling and linking fine until the latest round of updates.
Now I get a series of link warnings of the form:
libcpmt.lib(xgetwctype.obj) : warning LNK4099: PDB 'libcpmt.pdb' was not found with 'libcpmt.lib(xgetwctype.obj)'
libcpmt.lib & libcpmt.pdb are in in the Visual Studio lib directory, so I can only speculate that there is some type of path problem. Has anybody else had/solved this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过重新安装VS2010然后再次应用服务包解决了这个问题。
我认为最好是在新安装的 Windows 7 更新的初始攻击之后安装 VS2010。
I solved this problem by reinstalling VS2010 and then applying the service pack again.
I assume that it is better to install VS2010 after the initial onslaught of newly installed Windows 7 updates.