I get the following warning when building and using a thread_group in MSVC 70 with boost 1.30
...\boost\boost\thread\thread.hpp(79) : warning C4251: 'boost::thread_group::m_threads' : class 'std::list<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'boost::thread_group' My guess is that is related to the warning thread\exceptions.hpp(29) : warning C4275: non dll-interface class 'std::logic_error' used as base for dll-interface class 'boost::lock_error' discussed before. And that it's ok as long as you are consistent with the usage of C runtime an STL versions across dlls and executables? /Michel _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
