Boost C++ Libraries: Ticket #11329: using declarative for GetProcessHeap, .... fails https://svn.boost.org/trac10/ticket/11329 <p> Hi, </p> <p> under windows 7, vs2013 the using declaratives in thread_heap_alloc.hpp </p> <p> using ::<a class="missing wiki">GetProcessHeap</a>; using ::<a class="missing wiki">HeapAlloc</a>; using ::<a class="missing wiki">HeapFree</a>; </p> <p> fail if compiled with BOOST_USE_WINDOWS_H. </p> <p> same problem with QueueUserAPC in thread_primitives.hpp </p> <p> As a workaround QueueUserAPC cabe be commented out and the other need to be replaced with the import declaratives, commeting out the BOOST_USE_WINDOWS_H section in thread_heap_alloc.hpp and adding the typedefs from thread_primitves.hpp for the declared symbols. </p> <p> Greetz, ILo. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11329 Trac 1.4.3 viboes Fri, 29 May 2015 18:06:52 GMT <link>https://svn.boost.org/trac10/ticket/11329#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11329#comment:1</guid> <description> <p> Niall, could you fix this issue? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sun, 28 Jun 2015 09:11:28 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/11329#comment:2 https://svn.boost.org/trac10/ticket/11329#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">Niall Douglas</span> </li> </ul> Ticket Niall Douglas Sun, 28 Jun 2015 13:26:32 GMT <link>https://svn.boost.org/trac10/ticket/11329#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11329#comment:3</guid> <description> <p> Yep, we need the nightly Jenkins CI pass to compile Boost.Thread with BOOST_USE_WINDOWS_H. This is hardly the first time we've broken support for that build option. </p> <p> We also need, incidentally, to get Boost.Thread clean with clang on mingw. Right now it spews all over the place. </p> <p> Can I todo these Vicente for when my current contract terminates end of July? I'll have a lot more free time then, seeing as I'll be unemployed. Right now I need to bank money. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 04 Jul 2015 14:21:00 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/11329#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11329#comment:4</guid> <description> <p> no problem </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 04 Jul 2015 14:22:01 GMT</pubDate> <title>owner, status, milestone changed https://svn.boost.org/trac10/ticket/11329#comment:5 https://svn.boost.org/trac10/ticket/11329#comment:5 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Niall Douglas</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> <p> This has already been fixed on develop. </p> Ticket viboes Thu, 13 Aug 2015 07:00:08 GMT milestone changed https://svn.boost.org/trac10/ticket/11329#comment:6 https://svn.boost.org/trac10/ticket/11329#comment:6 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.59.0</span> → <span class="trac-field-new">Boost 1.60.0</span> </li> </ul> Ticket viboes Wed, 02 Sep 2015 18:12:10 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11329#comment:7 https://svn.boost.org/trac10/ticket/11329#comment:7 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket