我从boostpro为VC9安装了boost v1.47 DLL(MT,Debug).我的代码#include's.当我尝试构建时,VC给我"LNK1104无法打开文件libboost_regex-vc90-mt-gd-1_47.lib",即使boost_1_47/lib已添加到其他库依赖项(双引号).问题似乎是目录中的库名不是libboost_regex-vc90-mt-gd-1_47.lib,而只是boost_regex-vc90-mt-gd-1_47.lib
如何让VC省略领先的'lib'?任何帮助将不胜感激.
提前致谢