链接:致命错误LNK1104:无法打开文件“libboost_filesystem-vc140-mt-1_58.lib” [英] LINK : fatal error LNK1104: can`t open file“libboost_filesystem-vc140-mt-1_58.lib”

查看:666
本文介绍了链接:致命错误LNK1104:无法打开文件“libboost_filesystem-vc140-mt-1_58.lib”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我使用VS2015编译一个程序时,它显示>链接:致命错误LNK1104:无法打开文件libboost_filesystem-vc140-mt-1_58.lib。(Windows 7 64位)

以下是我用来编译Boost的推荐:

b2.exe install --stagedir =c:\ tempaddress-model = 64 --build-type = complete stage

解决方案

您必须在目录属性页面的库目录中添加增强库的路径 [ ^ ]。

when I use VS2015 complie a program,it shows > LINK : fatal error LNK1104: can`t open file"libboost_filesystem-vc140-mt-1_58.lib".( Windows 7 64 bit)
Following is the commend I use to complie Boost:
b2.exe install --stagedir="c:\temp" address-model=64 --build-type=complete stage

解决方案

You must add the path to the boost libraries at Library Directories in the Directories Properties Page[^].


这篇关于链接:致命错误LNK1104:无法打开文件“libboost_filesystem-vc140-mt-1_58.lib”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆