I have an application written in Visual C++ which uses OutputDebugString() (Win32 API) to log messages. The output is a DLL file. Are there ways or a utility that can capture these messages?
Asked
Active
Viewed 1,605 times
3
-
3Whats up with the sysinternals one? http://technet.microsoft.com/en-gb/sysinternals/bb896647.aspx – Alex K. Jun 18 '13 at 16:37
-
1Is there something wrong with the Visual Studio output window? – MuertoExcobito Dec 23 '14 at 03:07