<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi Vicente and others,<br>
<br>
Thank you for the replies.<br>
<br>
When I took a look at codes under "thread', I found there are some places where <br>
BOOST_NO_ANSI_APIS is related<br>
<br>
( for example in once.hpp )<br>
<br>
#ifdef BOOST_NO_ANSI_APIS<br>
&nbsp;&nbsp;&nbsp; typedef wchar_t once_char_type<br>
#else<br>
&nbsp;&nbsp;&nbsp; typedef char once_char_type<br>
#endif<br>
<br>
I am wondering if the boost_thread is NOT related to Unicode ( some said so??? ), why are there some codes above??<br>
<br>
My basic question is How to build Unicode version of the library ( boost_thread...1-47)? <br>
<br>
just defining BOOST_NO_ANSI_APIS in file is enough??? <br>
<br>
P.S. Our application is windows Unicode based application that needs to 
use all Unicode versions of libraries including boost_thread...library <br>
<br>
Thanks<br>
<br>
Yan<br>
<br>
-----------------------------------------------------<br>

    <div id="yiv1848453183">
    There is no relation between both librairies that I'm aware of. If
    you are more explicit with the&nbsp; problem you have, maybe we can help
    you better.<br>
    <br>
    Best,<br>
    Vicente<br>
    </div><br></td></tr></table>
