Link to home
Start Free TrialLog in
Avatar of Tabbss
Tabbss

asked on

Is there a good tool for monitoring VB6 memory leaks

We have inherited an application that leaks memory (probably not destroying objects correctly).

We would like to be able to view the objects/handles in memory and in use by the application while it is running. We could then track down the problem.

This may not be possible. But we live in hope that there is a tool out there that can do this.

Regards
Mark



Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Hi Tabbss,

Take a look on: Displaying Memory Information Under Win32
http://www.mvps.org/vbnet/index.html?code/system/globalmemory.htm

'Hope will help.
ASKER CERTIFIED SOLUTION
Avatar of lyonst
lyonst
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GeoffKell
GeoffKell

I have a shareware tool available at

www.lockdesign.ltd.uk 

which allows you to monitor object creation and destruction. It's fully functional for 28 days from date of installation.

Regards
GK