memory leaks in a DLL for excel

Hi
My excel workbook crashes after 10,000 calls to a function in the DLL from VBA. I see in the task manager that used memory is increasing with more calls. CRT memory leaks in debugger do not show any leaks.

However my DLL calls a 3rd party DLL to which it is linked (statically?) via LIB file.

Is there any free tool to diagnose this?

Thanks
Can you see what version of the CRT -- if any -- the 3rd party DLL is linked to?

The CRT mechanism will only report the leaks in the version of the CRT that you are linking to.

Regrading tools: are you working on a commercial project, or an educational/open source one?

Andy
Topic archived. No new replies allowed.