Can any one tell me how do i write an interrpt driven program with .net?
writting an interrupt driven program with .net?
Collapse
This topic is closed.
X
X
-
RenyTags: None -
William DePalo [MVP VC++]
Re: writting an interrupt driven program with .net?
"Reny" <noemail@nomail .com> wrote in message
news:%23YLSj$bO FHA.1040@TK2MSF TNGP12.phx.gbl. ..[color=blue]
> Can any one tell me how do i write an interrpt driven program with .net?[/color]
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
as well as its build system and compiler.
Regards,
Will
Comment