writting an interrupt driven program with .net?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Reny

    writting an interrupt driven program with .net?

    Can any one tell me how do i write an interrpt driven program with .net?





  • William DePalo [MVP VC++]

    #2
    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

    Working...