c++ boost 安装踩坑
c++ boost 安装踩坑
1 boost 官网下载最新的安装包
解压之后执行
VS2017中引入 boost
出现错误 LNK1104 无法打开文件“libboost_filesystem-vc141-mt-sgd-x32-1_74.lib”
在lib中找到相似名称的缺少的文件
原本该文件名为 gd
将该文件改名sgd
成功解决!!!
解压之后执行
VS2017中引入 boost
出现错误 LNK1104 无法打开文件“libboost_filesystem-vc141-mt-sgd-x32-1_74.lib”
在lib中找到相似名称的缺少的文件
原本该文件名为 gd
将该文件改名sgd
成功解决!!!