25 Sep
2009
25 Sep
'09
4:42 a.m.
Robert Matusewicz
I tried to use Boost test module in my project but I have a little problem. When I try to compile simple program:
#define BOOST_TEST_MAIN #include
it fails to compile on Visual Studio 2008 with three errors:
How do you compile it? What is command line? The only way these even remotely possible if BOOST_TEST_DYN_LINK is defined somewhere. Gennadiy