caffe_ocr icon indicating copy to clipboard operation
caffe_ocr copied to clipboard

编译时链接boost库版本问题。

Open ForrestPi opened this issue 6 years ago • 2 comments

在visual studio 2015 属性设置上已经更改了boost的包含头文件目录、库目录以及附加依赖项。但是编译链接时仍然链接的是1.57版本的boost库。请问如何更改boost库版本?

ForrestPi avatar Mar 21 '18 08:03 ForrestPi

是的,我也遇到这个问题,LNK1104 无法打开文件“libboost_date_time-vc140-mt-1_57.lib” 不知道怎么修改

changgongcheng avatar Apr 23 '18 03:04 changgongcheng

在visual studio:属性页面->链接器->输入->忽略特定默认库中添加libboost_date_time-vc140-mt-1_57.lib libboost_filesystem-vc140-mt-1_57.lib libboost_system-vc140-mt-1_57.lib libboost_thread-vc140-mt-1_57.lib libboost_chrono-vc140-mt-1_57.lib 望能帮助到你

ForrestPi avatar Apr 28 '18 02:04 ForrestPi