fatal error LNK1104: cannot open file 'libboost_date_time-vc100-mt-gd-1_53.lib' - file ignored, no matter what i link

后端 未结 2 944
慢半拍i
慢半拍i 2020-12-20 20:01

I have just bjamed boost and it seems like its still gonna refuse to work (I alread have tried and given up to make this library). What I did was, that I launch

相关标签:
2条回答
  • 2020-12-20 20:23

    Adding the C:...\boost_1_55_0\stage\lib directory worked for me. Added to:

    Project properties -> Configuration Properties -> VC++ Directories -> Library Directories.

    0 讨论(0)
  • 2020-12-20 20:28

    Adding the following link to 'Configuration properties -> Linker -> General -> Additional Library Directories ' helped me as well. 'C:\Program Files\boost\boost_1_55_0\stage\lib'

    0 讨论(0)
提交回复
热议问题