Subject: Re: [Boost-users] Boost unit_test.cpp problem when try to compile simple program
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-10-04 14:21:37


Robert Matusewicz <matekm <at> gmail.com> writes:

>
> Gennadiy Rozental writes:
> >> You need different include than. Can't have it both ways. Either you include
> >> library implementation or you link with it.
> >>
> >> Use boost/test/unit_test.hpp "
>
> Just to close the topic. We can use boost/test/included/unit_test.hpp
> with Boost DLLs. We have to define BOOST_TEST_SOURCE.

Just to be clear. This is a hack. So if anything going wrong, please do not send
angry e-mails here ;o)

Gennadiy