Link to home
Start Free TrialLog in
Avatar of uhoang
uhoang

asked on

Memory leaks in C++Builder DLL

I've built a DLL in C++Builder 3.0 that I want to examine for memory leaks.  What thirds party solutions, commerical and shareware, are out there that I could use?
Avatar of nietod
nietod

You can use the boundschecker utilites from numega.  They are a little expensive but very good.

You could switch to VC and use the built-in memory leak checking features.

You could overload new and delete and create your own leak checking library.
ASKER CERTIFIED SOLUTION
Avatar of AlexVirochovsky
AlexVirochovsky

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