Click here to Skip to main content
15,896,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any way to use CRTDBG for detecting a memory leak in other applications?

I mean, A is the program where CRTDBG code/APIs are written and B is the application in which I want to detect memory leak with the help of A.

Can someone help me in this regard?
Posted
Updated 10-May-10 5:46am
v2

1 solution

NO, if the program does not use the debug heap, there is nothing crtdbg can do.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900