c# - Visual Studio view StandardOuptut stream from DLL -
i have c# application using custom dll (written in c, built cl).
the dll has many printf's i'd able view while running c# app. far havnt been able figure out how view output dll in visual studio (2010 or 2005).
i have test app in c runs dll command line , can see output fine there.
is possible see output in visual studio? need build dll differently enable somehow?
you might consider free utility sysinternals called debugview:
http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx
i'm not sure if solve problem if calls going through right place might able pick them up. can't hurt try.
Comments
Post a Comment