$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Mark Wyszomierski (markww_at_[hidden])
Date: 2007-10-21 13:01:44
Hi,
I have an installer for win32 which installs the boost libraries. I'm
trying to link to the serialization libraries, and several copies have
been created in the boost/lib folder:
libboost_serialization-vc80-mt-1_33_1.lib
libboost_serialization-vc80-mt-gd-1_33_1.lib
libboost_serialization-vc80-mt-s-1_33_1.lib
libboost_serialization-vc80-mt-sgd-1_33_1.lib
Which version should be linked to when? Right now I'm using a trial
and error method to see which one my win32 apps can link to without
linking errors.
Thanks,
Mark