class DLLEXPORT CMyObject : public CObject
{
   DECLARE_SERIAL(CMyObject );...
}
typedef CTypedPtrList<CObList, CMyObject *> CMyObjectList ;
CMyObjectList::Serialize() work well in MDI application, but it can not work in ActiveX control, it always report "Class not found"
error , why ?
thanks very much!