$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Problem with boost archive. Cannot solve in any way.
From: Kenny Riddile (kfriddile_at_[hidden])
Date: 2010-09-21 15:33:03
Germán Diago wrote:
>> Where did the serialized data come from? Binary archives aren't portable...
>
>>From a binary archive, but it sends data between processes in the same
> computer (for now). The data is being
> serialized through boost.asio. Is there any problem with that? Thanks.
>
> ______________________________________________
>> Boost-users mailing list
>> Boost-users_at_[hidden]
>> http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
>>
Then your binary data is likely being interpreted as text, especially
since you don't open the stringstream in binary mode.