30 Aug
2006
30 Aug
'06
10:35 p.m.
Hi, My program is now crashing when I do a release build and try to serialize my data, but in the debug version it works just fine. Area where it is crashing appears to be: std::ofstream ofs(saveAsDialog.GetPath()); boost::archive::binary_oarchive oa(ofs); Specifically on the second line, where it attempts to create the archive on the file stream, it just crashes. At this point I have no idea what could be causing it. I am using MS Visual C++ 8. Cheers, Dieter Buys