$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] error LNK2005
From: Joseph Gauterin (joseph.gauterin_at_[hidden])
Date: 2010-01-21 06:32:09
You need to build boost against the same version of the C++ runtime as
you're building your code. You're probably building one against the
static runtime and one against the dynamic runtime.