home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!wwn8108
- From: wwn8108@tamsun.tamu.edu (Weldon Nash)
- Subject: Interrupt Servicing Within Windows 3.1 ????
- Message-ID: <1992Sep4.030605.17670@tamsun.tamu.edu>
- Organization: Texas A&M University, College Station
- Date: Fri, 4 Sep 1992 03:06:05 GMT
- Lines: 21
-
- I was wondering if anyone out could help me figure out how to process
- interrupts in the Windows 3.1 OS. I am used to just writing an interrupt
- handler and providing the address of such to the interrupt vector table.
- However, I would be willing to bet that it is just a slight tad :-) more
- complicated in Windows. I have Borland C++ 3.1 but cannot find anything
- hardly worth understanding to help me out here. It does mention a function
- within the ToolHelp library (InterruptRegister) that defines a callback
- function for all interrupts but I don't see how a task could determine which
- interrupt has been issued.
-
- I need help on this. Is it as simple as loading a piece of
- non-moveable code and putting its address in the interrupt vector table
- or not? Thanks..
-
- Please respond via e-mail.
-
- -Trey
-
- wwn8108@tamsun.tamu.edu
- Electrical Engineering Dept.
- Texas A&M University
-