$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::serialization "input stream error" in release-build (msvc2010)
From: Jens Saathoff (jensesaat_at_[hidden])
Date: 2012-05-22 04:32:31
Hi!
I'm using boost::serialization to save a structure to a file and read from
a file. My code works perfect in debug-build, but in release-build an
exception is thrown. I'm using MSVC2010 to build the project on Windows 7
64-Bit-Machine. The code is the same. Who could help me out?
You can find the code here: http://boost.codepad.org/8fp6XnC3
Thank you very much!!!!