c++ - Visual Studio linker cannot find libboost_system -
i'm using vs 2008 , want use boost::asio library. work in new project (i want include boost/bind.hpp , boost/asio.hpp), in existing project error:
fatal error lnk1104: datei "libboost_system-vc90-mt-sgd-1_46.lib" cannot found.
i can't find file in boost directory, one: libboost_system-vc90-mt-gd-1_46.lib (gd instead of sgd) mean?
thank you!
i assume you've used boost installer boostpro. if reinstall , make sure select multithread debug, static runtime
.
Comments
Post a Comment