$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-08-02 09:24:29
On Saturday 02 August 2008 11:18:15 hosseinyounesi wrote:
>
> Hi, I've written a program that uses asio and I've included asio.hpp . Now I
> want to use my program on other widows systems. Will it work ? I think I
> should compile it with it's library and bring it with the program.
> Waht whould I do ? :thinking:
I believe that Boost.Asio is a header-only library, so the deployment issues
are not a concern.
- Volodya