Re: Windows version help


Subject: Re: Windows version help
From: Alan Young (ayoung@teleport.com)
Date: Tue Dec 21 1999 - 00:47:27 CST


Paul Rohr wrote:
>
> Here's the relevant snippet from the Win32 docs:
>
> OutputDebugString

The nifty thing about this function is any app can trap these messages.
The DebugView/EE program from Systems Internals
(http://www.sysinternals.com) will capture the output of this function
and some other functions to a listview. Here's a snippet from it's help
file:

DebugView/EE (Enterprise Edition) is an application that lets you monitor
debug output on your local system, or any computer on the network that you
can reach via TCP/IP. It is capable of displaying both kernel-mode and
Win32 debug output, so you don’t need a debugger to catch the debug output
your applications or device drivers generate.

Under Windows 9x DebugView/EE can capture output from the following sources:

· Win32 OutputDebugString
· Kernel-mode Out_Debug_String
· Kernel-mode _Debug_Printf_Service

Under Windows NT and Win2k DebugView/EE can capture:

· Win32 OutputDebugString
· Kernel-mode DebugPrint

Alan



This archive was generated by hypermail 2b25 : Tue Dec 21 1999 - 00:48:23 CST