From: Roland (roland.schwarz_at_[hidden])
Date: 2004-08-04 07:34:24


On Wed, 4 Aug 2004 11:02:05 +0100 John Maddock <john_at_[hidden]> wrote:

>.... If you
> statically link Boost to a DLL that doesn't expose Boost to the outside
> world then that should be fine, and should not produce the above message.

This is exactly the case. I do not expose any of boost, but do get the message.
But thank you, your information was helpful.
I forgot to set the BOOST_THREAD_USE_LIB before trying to statically link to my DLL.

Now it compiles.

Roland