
5 Feb
2009
5 Feb
'09
4:08 p.m.
Anthony Williams
Link against the Boost.Thread DLL. Build your app with BOOST_THREAD_USE_DLL defined to force the auto-link to choose this, and ensure that the code is compatible.
As I explained in the parallel post, things still fail to run properly. Q: Can I circumvent the linker problem by simply adding a set of files from lib/threads and lib/XX and defining some macro (BOOST_THREAD_BUILD_LIB?)? Which files must be in the set? Which macros? I have to get this up and running and compile time never is my first problem ... regards, Markus P.S.: C++/CLI sucks.