
"Kovarththanan Rajaratnam" <krj@cs.aau.dk> wrote in message news:clum9d$mtg$1@sea.gmane.org...
Hello
"Gennadiy Rozental" <gennadiy.rozental@thomson.com> wrote in message news:cltgpk$mdp$1@sea.gmane.org...
Could you please be more specific as to what kind of problems you experiencing?
I am using Boost.Test under VS2003 without any difficulties.
Sorry for the lack of information in my initial post. Here's what I've been trying. I can't seem to compile/link this simple test: http://www.boost.org/libs/test/doc/examples/unit_test_example1.html.
The buildlog is locateed here:
Boost.Test unlike other boost libraries by default supplied as offline library. So you will need to link test an example with separately compiled library see http://www.boost.org/libs/test/doc/compilation.html for details how to compile Boost.Test components. HTH, Gennadiy P.S. Be careful to compile both library and you test program with the same version of C runtime library