From: Charles L. <lo...@um...> - 2009-10-22 18:21:32
|
It turns out that C++ does not permit virtual function calls in Constructors or Destructors. I've added code to make a virtual call intentionally after the creation of objects that so I can set a new variable "const char * Type" that way I can get the type in the destructor. I am curious if we were planning on adding Init() and DeleteSelf() or something along those lines? Charles |