我刚刚完成了我的项目,并第一次尝试在 Release 中构建它。我以前遇到过 Windows 7 SDK 和位于程序文件中的 Common7 的问题(即它们丢失了,我不得不从 msdn 安装它们)。
构建抱怨:
1>LINK : fatal error C1350: error loading dll 'msobj110.dll': dll not found
1>Block.obj : fatal error LNK1000: unknown error at 00A14372; consult documentation for technical support options
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
然而我看了看:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE
我在 C:\Program Files... 下有相同的文件夹,而 IDE 几乎是空的;没有 ms 库。
我怎么知道 Visual Studio 从哪里挑选这些 dll?我正在使用VS2012。