home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4857 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!spool.mu.edu!wupost!csus.edu!netcom.com!hill
  3. From: hill@netcom.com (Tom Hill)
  4. Subject: Re: ? Device Interface w/o DDK ?
  5. Message-ID: <1993Jan12.003400.26534@netcom.com>
  6. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  7. References: <1993Jan11.144522.7687@bnr.ca>
  8. Distribution: na
  9. Date: Tue, 12 Jan 1993 00:34:00 GMT
  10. Lines: 17
  11.  
  12. In article <1993Jan11.144522.7687@bnr.ca> tracyb@bnr.ca (Tracy Blomquist) writes:
  13. >I have a PC card that requires the use of h/w int 2-5 (one of)
  14. >and reading/writing to several ports.  I want to port the DOS
  15. >app that uses it to Windows.  I don't have the DDK. 
  16. >
  17. >I read an article in MSJ a while back about "embedded device
  18. >drivers" in windows apps.  But these drivers can only access
  19. >devices generating ints >= 30h. I'm thinking about the following
  20. >approach to get it to work...
  21. <stuff deleted>
  22.  
  23.  
  24. You might want to take a look at the code in the ...\samples\handler
  25. directory of the SDK. It is a simple DLL that fields keyboard interrupts.
  26. It seems a lot simpler than trying to do a combined DOS/Windows driver.
  27.  
  28. Tom Hill
  29.