writting an interrupt driven program with .net?

  • Thread starter Thread starter Reny
  • Start date Start date
Reny said:
Can any one tell me how do i write an interrpt driven program with .net?

If by "interrupt driven" you mean a program which handles interrupts issued
by some device, then your requirements are bigger than just the choice of
compiler. You will need to use the Device Driver Kit for your target
platform which should be available here

http://www.microsoft.com/whdc/devtools/ddk/default.mspx

as well as its build system and compiler.

Regards,
Will
 
Back
Top