Click here to Skip to main content
15,884,962 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

How to debug the dynamic DLL? and i wants to debug some specific function.

Regards,
Ranjith
Posted

The urls in Solution #1 are good (+5 to Krunal). Another solution that I depend on is unit testing. This technique works especially well on DLLs that do not have UI code in them. My favorite unit testing framework for C++/MFC (as you have flagged) is CppUnit[^].
 
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