Does anyone know of any programs I could use to test for a memory leak? I have a program that seems to have one, but it does not happen on all computers. If anyone can help, thanks.
Printable View
Does anyone know of any programs I could use to test for a memory leak? I have a program that seems to have one, but it does not happen on all computers. If anyone can help, thanks.
Most custom utilities require u 2 know some C or VB. I do know of this memory resource monitor (hope it can help u sumhow): http://www.easytweak.com/memzip/index.htm or maybe u can get hold of the dude on this site: http://www.troubleshooters.com/codecorn/memleak.htm
It is really easy to troubleshoot those kind of things with taskmanager and PFMon. You can get PFMon from www.reskit.com I think...
Thanks for the suggestions. I will check these out.