Is there a way to find memory leaks and other memory related issues using debug?
Like special software that can detect what vars don't get deleted or if a memmove is used on a non-allocated memory area?
It's a DLL by the way, unmanaged (duh!).
I tried using the built in debugger in VS but it doesn't seem to set the path for the binary file used to execute the *.dll so it crashes due to that alone.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.