在这里,如何打破僵局
libboost_serialization-vc100-mt-sgd-1_45.lib
lib- if boost library starts with lib then its a static library , shared library do not start with lib prefix. Also static library will have a -s in the name.
mt- multi-threaded , obtained by specifying threading=multi when you ran bjam or b2.This is the default threading.
g- use debug libraries for building the code
d- build a debug version of your code
因此,您的汇编者正在寻找多面的静态诽谤图书馆(mt-sgd),因为你与MTd(Creates a debug multithreaded executable file using LIBCMTD.lib)。 我不停地猜测,必须搜寻静态图书馆。 如果你想要一个有活力的图书馆,则在你的法典中插入这些内容或界定一个宏观。
#define BOOST_ALL_DYN_LINK