$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rhind_at_[hidden])
Date: 2003-12-12 12:41:25
Have a look at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/dllmain.asp
You can't create threads in a DLLMain.  You should add an Initialise and 
Shutdown methods to your DLL and have the host application call these 
after the DLL has been loaded and before the DLL has been un-loaded.
HTH
Russell
JOLY Loic wrote:
> Dear boosters,
> 
> We have a problem when trying to launch a boost thread from a Windows DLL.
> 
>