
29 Mar
2005
29 Mar
'05
11:15 a.m.
Rasmus Christian Kaae wrote:
I am currently starting a project using the boost libraries and Visual C++. In this project we wish to minimize the number of DLL's shipped with our final product. However, we have discovered that the boost thread library is fixed to be dynamically loadable, [...]
It isn't, starting with boost 1.32.
Short: How do i statically link the boost thread library in Visual C++ projects?
define BOOST_THREAD_USE_LIB in config/user.hpp Cheers, Stefan