VS2013 (C++) で libtorrent-rasterbar を使用して単純なコード (examples/simple_client.cpp) をビルドしようとしていますが、次のリンカー エラーが発生します。
error LNK2019: unresolved external symbol "void __cdecl libtorrent::rel_performancetimer_pools_nolog_resolvecountries_deprecated_nodht_ext_(void)" (?rel_performancetimer_pools_nolog_resolvecountries_deprecated_nodht_ext_@libtorrent@@YAXXZ) referenced in function "public: __thiscall libtorrent::session::session(struct libtorrent::fingerprint const &,int,unsigned int)" (??0session@libtorrent@@QAE@ABUfingerprint@1@HI@Z)
libtorrent を次を使用してコンパイルbjam toolset=msvc-12.0 link=static variant=debug boost=source
し、VS ですべてをリンクします。
- libboost_system-vc120-mt-gd-1_55.lib
- libboost_date_time-vc120-mt-gd-1_55.lib
- libtorrent.lib
追加情報: libtorrent-rasterbar-0.16.15; boost_1_55_0; Windows8.1 64ビット。
ここで何がうまくいかないのかについてのアイデアはありますか?
ありがとうございました。