VS2010链接警告

发布于 2024-12-05 02:17:12 字数 329 浏览 1 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最佳男配角 2024-12-12 02:17:12

我通过重新安装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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文