Re: What's the analog of DbgPrint for Win98-Me?

From: Isajanyan (anonymous_at_discussions.microsoft.com)
Date: 03/30/04


Date: Mon, 29 Mar 2004 21:41:07 -0800

Thanks very much to everyone for answering.
May be I'm missing something here, but here is a citate from sysinternals:

Under Windows 95, 98, and Me DebugView will capture output from the following sources:

Win32 OutputDebugString
Win16 OutputDebugString
Kernel-mode Out_Debug_String
Kernel-mode _Debug_Printf_Service

Under Windows NT, 2000, XP and .NET Server DebugView will capture:

Win32 OutputDebugString
Kernel-mode DbgPrint
All kernel-mode variants of DbgPrint implemented in Windows XP and .NET Server

As you can see, there's no DbgPrint support for 95-98, Me.

Other functions, such as Out_Debug_String require checked version of windows 98 to be installed, which I don't have at the moment.

I'll try the approach Pavel A suggested, thanks.



Relevant Pages