|
Boost : |
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-04-25 09:46:36
On 4/25/05, Sam Ferland <cpp_boost_at_[hidden]> 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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk