home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4879 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  927 b 

  1. Path: sparky!uunet!gatech!psuvax1!psuvm!kdw103
  2. Organization: Penn State University
  3. Date: Tue, 12 Jan 1993 10:19:37 EST
  4. From: <KDW103@psuvm.psu.edu>
  5. Message-ID: <93012.101937KDW103@psuvm.psu.edu>
  6. Newsgroups: comp.os.ms-windows.programmer.misc
  7. Subject: trapping interrupts under windows
  8. Lines: 12
  9.  
  10.   Hello,
  11.     I'm having trouble trapping IRQ11 or IRQ12 under windows.  I am trying to
  12.  write a device driver.  The problem isn't really with trapping the interrupt.
  13.  I found some sample code that helped me do that.  The problem is that anytime
  14.  that the IRQ line is enabled and I switch focus to anything other than the
  15.  program that uses the driver.  Windows crashes.  I've seen it crash 6 totaly
  16.  different ways, and I'm getting tired of it.  Does anyone have any idea what
  17.  is going on?  Is windows changing the interrupt vector table w/o telling me?
  18.  ANY help will be appreciated.
  19.  
  20.   Thanks,
  21.      Keith (kdw103@psuvm.psu.edu)
  22.