$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Inconsistent dll linkage trying to use boost/test as dll
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2010-04-16 16:48:24
McNamara, Nate <nate.mcnamara <at> rbccm.com> writes:
> #define BOOST_TEST_DYN_LINK
> #include <boost/test/included/unit_test.hpp>
These two lines contradict each other.
You need to include non-single header variant of UTF (hint: remove "included").