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-05-21 23:46:31
#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: closed
Milestone: Boost 1.38.0 | Component: asio
Version: Boost 1.37.0 | Severity: Problem
Resolution: fixed | Keywords:
-----------------------------------------------------+----------------------
Comment(by anonymous):
> 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"
>
Actually
/D "_WIN32_WINNT=0x400"
(or later) (c) MSDN
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2541#comment:8> 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:00 UTC