$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost Unit Testing of DLL's
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2011-05-28 02:04:04
Johan Doré <JDH <at> visiopharm.com> writes:
> The thing that is bugging us with that approach is however that
> the boost_unit_test_framework-vc100-mt-gd-1_46_1.dll seems to
> be needed for the DLLâs to load and we therefore wonder if
> there is any way around that problem or if you have any other
> suggestions for us?
If you intend to use console_test_runner (and if I understand correctly you do),
you'll have link against dll and distribute it somehow. console_test_runner
requires dll as well.
What exactly is the problem with including the dll?
Gennadiy