senlinuc / caffe_ocr

主流ocr算法研究实验性的项目,目前实现了CNN+BLSTM+CTC架构
1.26k stars 536 forks source link

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

Open ForrestPi opened 6 years ago

ForrestPi commented 6 years ago

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

changgongcheng commented 6 years ago

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

ForrestPi commented 6 years ago

在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 望能帮助到你