
25 Apr
2005
25 Apr
'05
2:46 p.m.
On 4/25/05, Sam Ferland <cpp_boost@yahoo.com> wrote:
I have used various boost-libraries before but now, when I am trying to build the simple Boost.Threads test application posted by Peter Dimov on this list the other day (http://tinyurl.com/aotq7), I am stuck :-(
You need to set your Code Generation options to use the Multi-threaded runtime libraries: Project > Properties > C/C++ > Code Generation > Runtime Library Select either Multi-threaded Debug DLL or Multi-threaded DLL (and link with either the debug or non-debug Boost.Threads library as appropriate) -- Caleb Epstein caleb dot epstein at gmail dot com