Boost logo

Boost Users :

From: Mark Wyszomierski (markww_at_[hidden])
Date: 2007-01-18 15:37:28


Hi,

I compiled for visual studio 2005 (vc8). In my boost lib folder I have
a serialization library named:

    libboost_serialization-vc80-mt-gd-1_33_1.lib

everything was working fine until I changed my code generation runtime
library from:

    Multi-threaded Debug DLL (/MDd)

to:

    Multi-threaded Debug (/MTd)

Now when I compile I get a linking error saying my app cannot find the
lib called:

    libboost_serialization-vc80-mt-sgd-1_33_1.lib

(there is an 's' before the 'gd' which is the difference).

I don't have this lib anywhere in my boost folder. What happened!

Thanks,
Mark


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net