Board index » delphi » intercept hw interrupt IRQ3-IRQ15

intercept hw interrupt IRQ3-IRQ15

Hi,
I wish to know if someone have developed routine to
intercept hw interrupt IRQ3-IRQ15 within Delphi.

Many thanks, Marco.
r...@student.soc.unitn.it

 

Re:intercept hw interrupt IRQ3-IRQ15


Marco Rossi heeft geschreven in bericht
<01bd93be$190b9260$b30202c0@pc179>...
|Hi,
|I wish to know if someone have developed routine to
|intercept hw interrupt IRQ3-IRQ15 within Delphi.

Marco:

These are hardware interrupts, so don't try it.  Under WIN95, you might get
away with it if you use inline assembler, but there's a fair chance you'll
blow up the whole system. WIN-NT/WIN98 won't  even _allow_ you to access
the interrupt vectors, and would simply shoot your program out of the sky.
What you need is a device driver for whatever you're attempting to do.
Writing a device driver is the only thing you can't do with Delphi...

Regards,
Dirk Claessens
______________________________________________
dirk.claessens@village.#NOSPAM#uunet.be
dirk.claessens.dc@belgium.#NOSPAM#agfa.com
remove #NOSPAM#  from mailheader
______________________________________________

Other Threads