writting an interrupt driven program with .net?

W

William DePalo [MVP VC++]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top