I compiled boost lib and got these.
//Shared/dynamic link libraries 24/03/2010 11:25 PM 53,248 boost_thread-vc80-mt-1_42.dll 24/03/2010 11:25
You can force Boost to use the DLLs by defining BOOST_ALL_DYN_LINK - either in your C++ preprocessor settings or by a #define in your stdafx.h pre-compiled header, e.g.:
BOOST_ALL_DYN_LINK
#define
stdafx.h
#define BOOST_ALL_DYN_LINK