我在 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 目录中,所以我只能推测存在某种类型的路径问题。有没有其他人已经/解决了这个问题?