
27 Feb
2006
27 Feb
'06
10 a.m.
I would recommend the following changes: CommonSerialize.h - remove the following #include <boost/archive/xml_oarchive.hpp> #include <boost/archive/xml_iarchive.hpp> and add the following: #include <boost/serialization/export.hpp> test_independent.cc - change the top to look like the following: // INDEPENDENT TEST #include <boost/archive/xml_oarchive.hpp> #include <boost/archive/xml_iarchive.hpp> #include <MObject.h> #include <MObject_serialization.hh> #include <MemberVariableSpecification.h> #include <MemberVariableSpecification_serialization.hh> #include <fstream> Robert Ramey