Interface leak
-
My first foray in COM and active scripting. When I run my app, I get the following message in the Debug windows "INTERFACE LEAK: Ref Count = 1, MaxRefCount = 3, {Allocation =6} MyFunction - IDispatch" It looks like the ATL debug trace is trying to tell me something but what is it and where should I start. Thanks
-
My first foray in COM and active scripting. When I run my app, I get the following message in the Debug windows "INTERFACE LEAK: Ref Count = 1, MaxRefCount = 3, {Allocation =6} MyFunction - IDispatch" It looks like the ATL debug trace is trying to tell me something but what is it and where should I start. Thanks
-
Thanks for the information, that is what I was suspecting, after going through some COM documentation. I guess the traces in the debug window are trying to tell me the count of AddRef and Release with ">" "<" count.