Thanks. But now I wonder about what Ovanes said. Why did I linked successfully with static thread library when my project is set to multi threaded debug dll? Steven Watanabe-4 wrote:
AMDG
Igor MI wrote:
My project is set to Multi threaded debug dll. (options/c++/code generations/runtime library in VS2005) I used to link against static boost thread libraries until now with the same setting without any problems. I switched to dynamic thread libraries in order to solve the hook problem with the _pRawDllMain pointer which was introduced in 1.37. This hook interferes with MFC.
I don't know why the compiler is looking for a lib... when I #define BOOST_THREAD_DYN_LINK ? Is there some other setting in the IDE where I should be pointing out that I want to link to a dynamic thread library?
https://svn.boost.org/trac/boost/ticket/2874
In Christ, Steven Watanabe
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- View this message in context: http://www.nabble.com/Linking-with-dynamic-boost-thread-library-tp22950286p2... Sent from the Boost - Users mailing list archive at Nabble.com.