Boost logo

Boost Users :

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://lists.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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net