
16 Feb
2006
16 Feb
'06
6:14 a.m.
Is any of this implemented in a DLL ? the program is haning up because its trying to register a class that is in the process of being destroyed. Try setting a break poin on the assertion on line 71 of exended_type_info.cpp and try to figure out which class is being register. Set break point on the destructor of that class. This might lead one to the point whereby a destructor is being called while someting is being serialized Robert Ramey