From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2003-03-25 19:56:02


> 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.