$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] using boost.asio with wx widgets
From: Marat Abrarov (abrarov_at_[hidden])
Date: 2011-03-21 03:21:58
Hi, Sean Farrow.
I use Boost.Asio with Qt.
I don't use the default MSVS C++ project structure with additional header,
where MSVS adds some preprocessor directives by default.
So I moved those directives (preprocessor defines) to project settings:
WIN32
WIN32_LEAN_AND_MEAN
WINVER=0x0500
_WIN32_WINNT=0x0500
_WIN32_WINDOWS=0x0410
_WIN32_IE=0x0600
May be would solve your problem?
Regards, Marat Abrarov.