
10 Aug
2004
10 Aug
'04
1:17 p.m.
Michael Glassford wrote:
As suggested by Roland in his posted sample code, the default for VC++ linking of Boost.Threads is now static linking. I also changed all non-Win32 platforms to use static linking by default.
I still get an error from auto_link when including something from boost.thread and using any non-dynamic runtime: C:\views_cvs\boost\boost/config/auto_link.hpp(269): catastrophic error: #error directive: "Mixing a dll boost library with a static runtime is a really bad idea..." # error "Mixing a dll boost library with a static runtime is a really bad idea..." Is this intended? Stefan