COM memory leaks
I am currently writing a COM object in VB 6.0 that will be in heavy, heavy use. Naturally I am paroid about memory leaks (and missing the CLR greatly) but trying to trace memory leaks in VB COM objects is a major headache. After stress testing it and tracing through performance monitor it was leaking about a byte (bad news). Trying to find tools that will help you find the source of a leak in VB is another major headache. I ended up trying Rational Purify which has the end result of showing me error's occuring in VB's runtime. Still it gives me a clue, the hunt goes on.....
12:55:28 PM
|
|