16 Jul
2008
16 Jul
'08
5:46 p.m.
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/