28 May
2012
28 May
'12
12:55 a.m.
Hi, I'm trying to link to Boost.Thread DLL's. If I define BOOST_ALL_NO_LIB everything works fine - but it wants to link all packages as DLL, instead of just Boost.Thread. None of the following cause dynamic linking - that is I get a linker error saying the static *.lib could not be found. (defined on the command line, Visual Studio 2010) BOOST_THREAD_NO_LIB BOOST_THREAD_DYN_LINK BOOST_THREAD_ALL_DYN_LINK BOOST_THREAD_BUILD_DLL BOOST_THREAD_USE_DLL Is there a problem with - what I'm doing; - Visual Studio 2010; or - boost.thread? Cheers, Josh.