Hmm. Thanks for your response - perhaps it is a VC 8 issue or I have an incompatible setting in the solution for debug mode. I'll keep fooling around with it. -Tim Murray Robert Ramey wrote:
The attached code compiles without problem on VC 7.1 - So I can't see any problem.
Robert Ramey
PS. rather than using somethng like
static CWorld *m_w = new CWorld;
....
ar & *m_w
You might try
static CWorld *m_w;
ar & m_w; // let serialization create the pointer
RR
begin 666 test.cpp M(VEN8VQU9&4@/&9S=')E86T^#0HC:6YC;'5D92 \8F]O
F%T M:6]N+W-P;&ET7VUE;6)E PT* M(" @(&-L87-S($-7;W)L9 T*(" @('L-"B @("!F R!R971U PT*(" @(" @("!I9BAM7W=O M _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users