Click here to Skip to main content
15,910,980 members

Comments by aravind3221 (Top 3 by date)

aravind3221 7-Sep-11 19:31pm View    
Thanks. I have to have a helper class since I do not have control over the main loop and have to store these as global static variables rather than class members. Also, the two functions are already declared elsewhere in a dll.
aravind3221 17-Aug-11 22:01pm View    
Unfortunately DebugView is an old tool which captures DbgPrint and not the new version of the API.
I found a solution here thopugh:
http://www.debuginfo.com/examples/dbgexamples.html

Thanks for the help
aravind3221 16-Aug-11 23:04pm View    
The dll I have does not use OutputDebugString API but uses DbgPrintEx routine to do it though