Memory Leaks?
-
Anyone know of a tool that will track down memory leaks in vb6.0? I don't do VB much - but i have some code to maintain that is leaking quite heavily...I know the principles, release my objects, etc..but I don't have the time to go over other people's code and find them...Thanks!!! Marcus Spitzmiller "Why must life be so hard? Why must I fail at every attempt at masonry?" - Homer
-
Anyone know of a tool that will track down memory leaks in vb6.0? I don't do VB much - but i have some code to maintain that is leaking quite heavily...I know the principles, release my objects, etc..but I don't have the time to go over other people's code and find them...Thanks!!! Marcus Spitzmiller "Why must life be so hard? Why must I fail at every attempt at masonry?" - Homer
Numega Bounds Checker: http://www.compuware.com/products/devpartner/bounds.htm[^] This product integrates right into VStudio and works very well.
Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
-
Numega Bounds Checker: http://www.compuware.com/products/devpartner/bounds.htm[^] This product integrates right into VStudio and works very well.
Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
Thanks! :) Marcus Spitzmiller "Why must life be so hard? Why must I fail at every attempt at masonry?" - Homer