我从 boostpro 为 VC9 安装了 boost v1.47 DLL (MT, Debug)。我的#include
代码<boost/regex.hpp>
。当我尝试构建时,VC 给了我LNK1104 cannot open file libboost_regex-vc90-mt-gd-1_47.lib
,即使boost_1_47/lib
已添加到Additional Library Dependencies(双引号中)。问题似乎是目录中的库的名称不是libboost_regex-vc90-mt-gd-1_47.lib
,而是简单boost_regex-vc90-mt-gd-1_47.lib
的。
如何让 VC 省略前导 'lib' ?任何帮助将不胜感激。
提前致谢