test1.cpp(92): error: the type in a const_cast must be a pointer, reference, or pointer to member to an object typetry changing the following
ar << const_cast<otext *> (_Desc) << const_cast<ut4> (_pkgIndex) << const_cast<ut4> (_clsIndex);to:ar << const_cast<otext * const>(_Desc);
ar << _pkgIndex;ar << _clsIndex;I woudl also be susppect of having ":" in an exported name - maybe its okbut consider replacingBOOST_CLASS_EXPORT(CModule::CInterface)with something like something like
BOOST_CLASS_EXPORT_GUID(CModule::CInterface, CModule_CInterface)Robert Ramey_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com