[Boost-bugs] [Boost C++ Libraries] #10940: boost:asio/boost::thread does not work on windows 8 store/phone environment

Subject: [Boost-bugs] [Boost C++ Libraries] #10940: boost:asio/boost::thread does not work on windows 8 store/phone environment
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-01-18 15:39:46


#10940: boost:asio/boost::thread does not work on windows 8 store/phone environment
--------------------------------+----------------------------
 Reporter: sylvain.rochette@… | Owner: chris_kohlhoff
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
  Version: Boost 1.57.0 | Severity: Problem
 Keywords: |
--------------------------------+----------------------------
 I have try painfully to build a test app that just use serial class from
 boos::asio but on windows 8 store\phone, it does not work

 c:\boost\boost\asio\detail\impl\win_thread.ipp(81): error C2039:
 '_beginthreadex' : is not a member of '`global namespace''
 c:\boost\boost\asio\detail\impl\win_thread.ipp(81): error C3861:
 '_beginthreadex': identifier not found

 With store\phone app, MS remove some function search as beginthreadex
 etc... it will be best that boost::asio use boost::thread or std::thread,
 but even that boost::thread does not work on windows 8 store app anyway
 related to the same thing

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10940>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC