home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / misc / 4184 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!gatech!hubcap!ncrcae!grok39.ColumbiaSC.NCR.COM!heath
  3. From: heath@grok39.ColumbiaSC.NCR.COM (Robert.Heath)
  4. Subject: Re: Debugging Device Drivers
  5. Message-ID: <1992Dec12.202808.25452@ncrcae.ColumbiaSC.NCR.COM>
  6. Nntp-Posting-Host: grok39.columbiasc.ncr.com
  7. Organization: NCR Corp., Columbia SC
  8. References: <1992Dec9.193630.25156@worak.kaist.ac.kr>
  9. Date: Sun, 13 Dec 92 01:28:08 GMT
  10. Lines: 26
  11.  
  12. In article <1992Dec9.193630.25156@worak.kaist.ac.kr> wgcho@cair.kaist.ac.kr (Cho Wongyu) writes:
  13. >I am currently writing a printer driver for Windows 3.0.
  14. >I found it really hard to debug device drivers since they are
  15. >dlls. What is the best way to debug them? Is it possible to 
  16. >use Codeview for this purpose?
  17. >
  18. >Any kinds of help will be appreciated.
  19. >Thanks in advance,
  20. >
  21. >Wongyu Cho (wgcho@gorai.kaist.ac.kr)
  22.  
  23. Hi!
  24.     If it's a loadable device driver, you'll need to 
  25. debug it using WDEB386, which comes with your Windows 3.1 SDK,
  26. a serial port, and a terminal of some sort.  In other words,
  27. you won't be able to use Codeview.
  28. It won't be as easy as debugging with Codeview since a driver
  29. is a different sort of DLL.
  30.  
  31. There's a third party product called NU-MEGA Soft-ICW/W which is 
  32. reputed to be good.   Nu-Mega's number is 603-889-2386.
  33.  
  34.     Best,
  35.     Robert
  36.  
  37.  
  38.