I want to debug one api call of dll? It is written in C language. I do not know the calling process,so I need to write one process which can call api of above dll? I am using VS 2005. Can I get help for the same?
A:
You must create application project who calling api from this dll and you can simple add breakpoints in your dll function code or something else you want to debug this.
Svisstack
2010-09-15 11:11:57