I have this weird problem where the class_terminate event is firing right after the class_initialize event. The object isn't going out of scope or anything. It happens the 2nd time I create the object, the first time I create it, it works fine.
OK, I found the answer. The answer is, it's a modular level object and somewhere in the code I instantiated it, then exited the method without setting the object to nothing. So, the 2nd time around, the object was already instantiated and setting it to new again ran the class_terminate event.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.