ATL ActiveX destructor not called
-
Hi all, Can anyone explain to me why when IE7 is shut down my control's destructor is not called? Thanks Tom I'm using: VS.NET 2003, XP SP1, ATL, IE7
Philosophy: The art of never getting beyond the concept of life.
What type of control it is ? I mean is it BHO ? I remmember similar porblem(not in IE), when in client I forgot to release control.
Prasad Notifier using ATL | Operator new[],delete[][^]
-
What type of control it is ? I mean is it BHO ? I remmember similar porblem(not in IE), when in client I forgot to release control.
Prasad Notifier using ATL | Operator new[],delete[][^]
-
Hi Prasad, thanks for the response. My control is a windowless ActiveX control embedded in a web page. Tom
Philosophy: The art of never getting beyond the concept of life.
Haven't used control anytime that way. But, just a guess, if you needed to access control interface, then have you released it ?
Prasad Notifier using ATL | Operator new[],delete[][^]
-
Haven't used control anytime that way. But, just a guess, if you needed to access control interface, then have you released it ?
Prasad Notifier using ATL | Operator new[],delete[][^]
-
I'll have to look into that. There might be something wrong at the core. It's an old control, not originally created by me.
Philosophy: The art of never getting beyond the concept of life.
Yes, it seems , control is never released.
Prasad Notifier using ATL | Operator new[],delete[][^]
-
Yes, it seems , control is never released.
Prasad Notifier using ATL | Operator new[],delete[][^]