21 Oct
2007
21 Oct
'07
5:01 p.m.
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