$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Olaf van der Spek (olafvdspek_at_[hidden])
Date: 2007-03-20 04:02:14
On 3/20/07, Sohail Somani <s.somani_at_[hidden]> wrote:
> Hi,
>
> Is asio is a header-only library? If so, what are the requirements for
Not anymore.
> compilation? If you are using Visual C++ with /Za (language extensions
> disabled), that will cause problems if you include windows.h.
You should first include asio, then windows.h IIRC.