
12 Mar
2010
12 Mar
'10
6:03 a.m.
Yogesh Arora wrote: #define BOOST_TEST_DYN_LINK #define BOOST_TEST_MAIN #define BOOST_TEST_MODULE example #include <boost/test/included/unit_test.hpp> BOOST_AUTO_TEST_CASE( test1 ) { BOOST_CHECK( true ); }
the compiler is available for download at the sun developer website , if you become sun developer network member which is free
I'll review your example and this compiler when I have time. Meanwhile you can debug it yourself and let me know where it fails? Gennadiy P.S. Please, do not top post