
4 Aug
2004
4 Aug
'04
12:34 p.m.
On Wed, 4 Aug 2004 11:02:05 +0100 John Maddock <john@johnmaddock.co.uk> 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