boost::asio ssl linking error

前端 未结 3 2057
猫巷女王i
猫巷女王i 2021-01-18 23:57

I\'m using boost version 1.47, visual studio 2010, I downloaded the binaries for windows and linked to the include directory and lib directory from my project preferences. B

3条回答
  •  无人共我
    2021-01-19 00:05

    Add the SSL dependencies (lib files) manually to project-->properties-->Linker-->Input-->Additional Dependencies.

提交回复
热议问题