|
Boost Users : |
From: Mathieu Peyréga (mathieu.peyrega_at_[hidden])
Date: 2008-07-16 13:46:39
Hello,
I'm wondering if a binary archive generated on a 32 bits platform would
be readable on a 64 bits one...
My guess is no... because i am facing an issue i strongly suspect to
come from there...
Any clues ?
I got a basic_string::resize exception evene before trying to call the
serialize method...
just doing :
std::ifstream fichier(filename.c_str(),std::ios::binary);
boost::archive::binary_iarchive archive(fichier);
the second line causes the exception...
Regards,
Mathieu
-- http://www.incub.net/
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