buffer overflow

J

Jeff Sward

Hello,
Coming from an OO background VBA can be tricky at times. I'm having trouble
understanding why I am running into overflow problems although I suspect it
has to do with excessive object creation.

question: I am interested to know how the class_initialize and
class_terminate functions are called. I.e., to free memory taken by an
obsolete object do I need to call class_terminate explicitly?
 
Top