Boost C++ Libraries: Ticket #10229: Compiling errors in interprocess\detail\os_file_functions.hpp https://svn.boost.org/trac10/ticket/10229 <p> When using UNICODE, there are several compiling errors in interprocess\detail\os_file_functions.hpp, e.g. in line 282. <a class="missing wiki">FileInformation</a>.cFileName is in WCHAR<a class="changeset" href="https://svn.boost.org/trac10/changeset/260" title="Minor change to test_main signature to palliate a warning message in ...">[260]</a> when UNICODE is on, so strcmp can't process it. </p> <p> A quick fix is that changing line 654 in win32_api.hpp from typedef WIN32_FIND_DATA win32_find_data; to typedef WIN32_FIND_DATAA win32_find_data; </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10229 Trac 1.4.3 Ion Gaztañaga Thu, 31 Jul 2014 21:45:38 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10229#comment:1 https://svn.boost.org/trac10/ticket/10229#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Thanks for the report. Fixed in [develop 58019f0] Trac <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/10229" title="#10229: Bugs: Compiling errors in interprocess\detail\os_file_functions.hpp (closed: fixed)">#10229</a>: Compiling errors in interprocess\detail\os_file_functions.hpp </p> Ticket