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

后端 未结 2 947
慢半拍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.

提交回复
热议问题