Thread: Interrupts

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    23

    Question Interrupts

    I already programmed an interrupts in DOS environment but I don't know how to do it in Windows. Could someone help me how to do it? example: How to handle the timer tick (0x1C) interrupt and hardware interrupt like parallel port interrupt.

    I really appreciate your help...


    Alextrons
    If they can, why can't I...

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    164
    Sorry, DOS interupts aren't available in Windows. Windows does only allow some interupts but you must use the WinAPI instead of interupts in Windows.
    // Gliptic

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 11-30-2009, 03:32 AM
  2. Hardware interrupts
    By Sentral in forum Tech Board
    Replies: 5
    Last Post: 02-23-2009, 06:46 PM
  3. Interrupts in PM?
    By VirtualAce in forum C Programming
    Replies: 0
    Last Post: 07-29-2003, 12:20 PM
  4. Using Software Interrupts in C++
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 02-16-2002, 01:03 AM
  5. Mouse Interrupts
    By linuxman132 in forum C Programming
    Replies: 9
    Last Post: 12-26-2001, 11:19 AM