$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] invalid argument?
From: Igor R (boost.lists_at_[hidden])
Date: 2009-10-17 11:41:05
> hi, i working on the creation of a co-simulation framework , for that i'm
using asio libraries and serialization to send exchange information between
simulators, i'm getting a error that say me " invalid argument" but just
that, i dont know about what argument is refered =(. some know which could
be the cause(s)?
Maybe you try to work with "unopened" socket - i.e. a socket object that
doesn't have a valid handle.