Re: [Boost-bugs] [Boost C++ Libraries] #2541: Asio not working on windows due to QueueUserAPC missing in global namespace

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2541: Asio not working on windows due to QueueUserAPC missing in global namespace
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-03 09:39:29


#2541: Asio not working on windows due to QueueUserAPC missing in global namespace
-----------------------------------------------------+----------------------
  Reporter: Stephan Menzel <stephan.menzel_at_gmx.eu> | Owner: chris_kohlhoff
      Type: Bugs | Status: reopened
 Milestone: Boost 1.38.0 | Component: asio
   Version: Boost 1.37.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------------------------+----------------------

Comment(by chris_kohlhoff):

 You need to make sure you define _WIN32_WINNT to a particular value
 indicating the target platform. E.g. try changing command line so it has:

   /D "_WIN32_WINNT=0x501"

 I have enhanced the warning message emitted by asio to make this clearer
 (see changeset [50945]).

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2541#comment:5>
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:49:59 UTC