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

From: Walter Oney (waltoney_at_oneysoft.com)
Date: 03/30/04


Date: Mon, 29 Mar 2004 21:57:51 -0500

Isajanyan wrote:
> Thanks for answer, I am writing a WDM driver, but under win98 I can't see any output in Debugview.
> And I found on sysinternals that Debugview supports DbgPrint only under win NT/2000.

That's certainly new, since it has always worked on both platforms
perfectly well. Are you sure that you're not misunderstanding something?
They have two links on their web site (or they used to) so they could
keep track of how many people were using different OS's, but both links
gave you the same exact software.

--
Walter Oney, Consulting and Training
Basic and Advanced Driver Programming Seminars
Check out our schedule at http://www.oneysoft.com


Relevant Pages

  • RE: Whats the analog of DbgPrint for Win98-Me?
    ... Thanks for answer, I am writing a WDM driver, but under win98 I can't see any output in Debugview. ... And I found on sysinternals that Debugview supports DbgPrint only under win NT/2000. ...
    (microsoft.public.development.device.drivers)
  • RE: ISR not called
    ... How you are connecting to Interrupt (your call to IoConnectInterrupt)? ... Are you writing a WDM driver? ...
    (microsoft.public.development.device.drivers)