
1 Feb
2006
1 Feb
'06
10:44 p.m.
I compiled the following program wiht no errors on my vc 7.1 system with no errors or warnings
Robert Ramey
I finally solved my problem by commenting out the following include: //#include <boost/serialization/base_object.hpp> #include <boost/archive/text_iarchive.hpp> #include <boost/archive/text_oarchive.hpp> #include <boost/serialization/map.hpp> Not sure why it solved it, but I'm glad at least to have put this behind me. Thanks for the help. Scott