26 Mar
2003
26 Mar
'03
12:56 a.m.
My next question has to do with the dll build of the test library.
Unfortunately you could not build dll version of Boost.Test components on win32 platform yet. I am working on this issue.
Since the majority of the code I'll be testing links with the multi-threaded dll version of the CRT, I would need this working.
You don't need dll version of Boost.Test libraries even if you use shared C runtime library. For now, you could link with Boost.Test componenyts statically. I am using namely this configuration personally. Gennadiy.