Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fatal error LNK1104: cannot open file 'libboost_thread-vc90-mt-1_35.lib'
我在尝试使用 Visual Studio 2008 构建项目时遇到此错误。以前我使用 VS2005 和 SDK v6.0,现在我将其升级到 2008(和 SDK v.7.0)并尝试运行相同的项目。(我的项目中没有上述库文件)。
VS2008中的c++编译器是vc9.0,所以编译器需要对应的boost库--'libboost_thread-vc90-mt-1_35.lib'。您可以找到'libboost_thread-vc90-mt-1_35.lib'的路径并将其添加到项目中或从boost源代码编译它。