Glenn9999 Posted February 15, 2011 Posted February 15, 2011 This got me to thinking on something: An old problem that I really haven't found a solution to. Is there a good way to do resource leak detection in Windows? I really haven't encountered anything to that effect in any of the languages I've worked with, and I'd have to think it would be a Windows API/System solution. Even with simple memory usage, the way Windows is makes it so the old trick I used to use in DOS of checking memory before and after doesn't work.So, is there a way to do this with any and all resources a program might use so you can put a debugging check at the end of a program regarding this issue?
ben99 Posted March 6, 2011 Posted March 6, 2011 (edited) check out visual leak detector: http://www.codeproject.com/KB/applications/visualleakdetector.aspx Edited March 6, 2011 by ben99
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now