问题:无法打开文件“libboost_thread-vc90-mt-sgd-1_43.lib”
如题,运用boost库程序生成时错误:
如题,运用boost库程序生成时错误:
LINK : fatal error LNK1104: 无法打开文件“libboost_thread-vc90-mt-sgd-1_43.lib”
解决方法:
C/C++ code
bjam stage --toolset=msvc-9.0 --stagedir="G:\ChenVCLib\Lib\boost_1_43_0" link=shared runtime-link=shared threading=multi debug release bjam stage --toolset=msvc-9.0 --stagedir="G:\ChenVCLib\Lib\boost_1_43_0" link=static runtime-link=static threading=multi debug release
本文解决在使用boost库时遇到的编译错误问题,通过提供具体的解决步骤和命令,帮助开发者顺利编译并运行boost库相关程序。
1445

被折叠的 条评论
为什么被折叠?



