小编Man*_*ain的帖子

由于lib前缀,链接到Boost库失败

我从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'?任何帮助将不胜感激.

提前致谢

linker boost

5
推荐指数
1
解决办法
2162
查看次数

标签 统计

boost ×1

linker ×1