ActiveX Memory leaks
-
Is there any tool to findout memory leaks in an ActiveX (build using C++/MFC). This ActiveX is loaded through a webpage in IE. I want to find out leaks at run time on certain operation in the ActiveX specially during unload. I tried bound checker but there is no such option to attach IE with it.
Manish Agarwal manish.k.agarwal @ gmail DOT com
-
Is there any tool to findout memory leaks in an ActiveX (build using C++/MFC). This ActiveX is loaded through a webpage in IE. I want to find out leaks at run time on certain operation in the ActiveX specially during unload. I tried bound checker but there is no such option to attach IE with it.
Manish Agarwal manish.k.agarwal @ gmail DOT com
Hi Manish K, There is a similar question found on the following website with details: http://stackoverflow.com/questions/1502799/memory-leak-tool-for-c-under-windows Please take a look at it, you may find it beneficial With Kind Regards,
April Comm100 - Leading Live Chat Software Provider
-
Is there any tool to findout memory leaks in an ActiveX (build using C++/MFC). This ActiveX is loaded through a webpage in IE. I want to find out leaks at run time on certain operation in the ActiveX specially during unload. I tried bound checker but there is no such option to attach IE with it.
Manish Agarwal manish.k.agarwal @ gmail DOT com
Hello Mr. Agarwal, With regards to your post, a tool that aids in finding memory leaks in an ActiveX (build using C++/MFC)at run time on certain operation during upload is the following: Please visit the following: http://forums.ni.com/t5/LabVIEW/Memory-leaks-using-active-X/td-p/117007 There a solutions listed. With Kind Regards,
April Comm100 - Leading Live Chat Software Provider
-
Hi Manish K, There is a similar question found on the following website with details: http://stackoverflow.com/questions/1502799/memory-leak-tool-for-c-under-windows Please take a look at it, you may find it beneficial With Kind Regards,
April Comm100 - Leading Live Chat Software Provider
-
Is there any tool to findout memory leaks in an ActiveX (build using C++/MFC). This ActiveX is loaded through a webpage in IE. I want to find out leaks at run time on certain operation in the ActiveX specially during unload. I tried bound checker but there is no such option to attach IE with it.
Manish Agarwal manish.k.agarwal @ gmail DOT com
I am not looking simply memory leak finding tools but I am trying to deal with a special case when there is a memory leak inside an ActiveX. I know this is simply as a Leak inside a DLL but ActiveX case is some different as it is loaded by IE using JavaScript object tag and it is also unloaded by IE. I want to track leaks at unloading time.
Manish Agarwal manish.k.agarwal @ gmail DOT com