2008/9/1 Matthieu Brucher
2008/9/1 Daryle Walker
: On Aug 30, 2008, at 2:33 PM, Matthieu Brucher wrote:
Meanwhile, I investigated the matter a little further. This symbole is defined in the Boost unit test framework library, so it should have been included in the object file. May it be a Visual Studio issue ? Was Boost 1.36 tested with Visual Studio 2008 SP1 ?
On a side note, there is no multi-file Boost.Test example.
Look at my MD5 code in the sandbox SVN, http://svn.boost.org/trac/boost/browser/sandbox/md5/libs/coding/test, for tests the span multiple files. (The three MD5-related test files are supposed to be compiled together. The Adler-32 test file is separate.)
Thanks, I'll try that right away.
Thanks to your code, I found that I didn't declare BOOST_TEST_DYN_LINK for all my files, which resulted in the error I got. Now that I'm defining it for the whole test suite, it works (this should be written in big red letters int he documentation). Matthieu -- French PhD student Website : http://matthieu-brucher.developpez.com/ Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92 LinkedIn : http://www.linkedin.com/in/matthieubrucher