Linker problem linking boost in Visual Studio 2008?

There is a rule for naming libraries in Boost: 1) boost_thread-vc90-mt-gd-1_38. Lib for dynamically linked version 2) libboost_thread-vc90-mt-gd-1_38. Lib for statically linked version BOOST_LIB_PREFIX: "lib" for static libraries otherwise There is a preprocessor define that you can define in your project in order to use the dynamically linked version of a boost library BOOST_DYN_LINK=1 It has this description: BOOST_DYN_LINK: Optional: when set link to dll rather than static library Another define that tells to use the dynamic version of Boost.

Thread is BOOST_THREAD_USE_DLL.

There is a rule for naming libraries in Boost: 1) boost_thread-vc90-mt-gd-1_38. Lib for dynamically linked version 2) libboost_thread-vc90-mt-gd-1_38. Lib for statically linked version BOOST_LIB_PREFIX: "lib" for static libraries otherwise "".

There is a preprocessor define that you can define in your project in order to use the dynamically linked version of a boost library BOOST_DYN_LINK=1 It has this description: BOOST_DYN_LINK: Optional: when set link to dll rather than static library. Another define that tells to use the dynamic version of Boost. Thread is BOOST_THREAD_USE_DLL.

Thank you, somewhere deep inside the project there was a symbol set to use the dll. – Tobias Langner Apr 1 '10 at 14:40.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions