home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / misc / 1714 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!wwn8108
  3. From: wwn8108@tamsun.tamu.edu (Weldon Nash)
  4. Subject: Device Driver Programming
  5. Message-ID: <1992Sep7.203548.8788@tamsun.tamu.edu>
  6. Organization: Texas A&M University, College Station
  7. Date: Mon, 7 Sep 1992 20:35:48 GMT
  8. Lines: 23
  9.  
  10.     OK.  Upon reading "Writing Windows Device Drivers", I learned alot
  11. about how device drivers work but It did not seem to say too much on the
  12. actual structure of the device driver (namely DLL's and stuff like that).
  13. I have seen bits and pieces of info in the Borland on-line help referring to
  14. procedures such as DriverProc() within the DLL and other such stuff but not
  15. a whole lot of info on that.  Another thing that was sort of depressing is 
  16. that it stated in order to write a VxD, I HAD to have the DDK.  I am very
  17. short on money at the presnt and I doubt that my scool would be willing to 
  18. pick one of those up for me.  I was wondering if there was any way possible
  19. to do that with Borland c++ 3.1.  
  20.  
  21.     In case you're wondering, the device driver I am trying to make
  22. is just an Interupt Service Routine.  However, instead of just putting it
  23. into my program code, I am trying ot learn something new and write it into
  24. a device driver.
  25.  
  26.     Thanks...
  27.  
  28.                     -Trey
  29.  
  30. wwn8108@tamsun.tamu.edu
  31. Electrical Engineering Dept
  32. Texas A&M University
  33.