We've deployed a VB app to over 200 desktops at our company. This app is used constantly, without being shut down and restarted. It's become apparent there's a memory leak in the app by looking at the ...
Whenever I'm working in an environment where the debugger doesn't offer me the option of tracking memory leaks, I'll go ahead and allocate using a macro that includes calls to functions which track ...