Board index » delphi » Help with hardware interrupts

Help with hardware interrupts

I am writing a Delphi (1.0) application which accesses an ISA bus interface
card. This card can be set up to generate PC interrupts which I require my
application to repond to. While familiar with writing interrupt handlers
for DOS applications, from what I have read, things are not quite the same
under Windows. Microsoft (and Borland) appear to discourage this type of
low level access to the computer hardware, for example Delphi has dropped
GetIntVec and SetIntVec. So should it be done another way?

Any help would be much appreciated.

dick Borrett

 

Re:Help with hardware interrupts


Hi!
On 3 Feb 1997 21:56:20 GMT, "dick Borrett" <d.borr...@netaccess.co.nz>
wrote:

Quote
>I am writing a Delphi (1.0) application which accesses an ISA bus interface
>card. This card can be set up to generate PC interrupts which I require my
>application to repond to. While familiar with writing interrupt handlers
>for DOS applications, from what I have read, things are not quite the same
>under Windows. Microsoft (and Borland) appear to discourage this type of
>low level access to the computer hardware, for example Delphi has dropped
>GetIntVec and SetIntVec. So should it be done another way?

>Any help would be much appreciated.

>dick Borrett

dick,
use windos unit from Borland Pascal 7.0 (compatible with Delphi 1).

Victor

Re:Help with hardware interrupts


I have the same problem.

I hope someone can help us.

Other Threads