$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::asio from C++ Forms App in VS 2010
From: Richard Webb (richard.webb_at_[hidden])
Date: 2011-02-28 13:19:39
Dave <to.dave.c <at> gmail.com> writes:
>
> Are there unit tests for Asio? Have they been run on the Visual Studio
> platforms? Is there a record of this online somewhere?
>
The Asio regression tests are run on several versions of Visual Studio ->
results on line @
http://www.boost.org/development/tests/trunk/developer/asio.html
However, all those results are from native C++, not managed code, so the results
may be different there.