From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3fb942ad7009373b X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: Any ADA RT tutorial? Date: 1999/01/19 Message-ID: <78295n$3aa$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 434413857 References: <781klb$5j1$1@strelovod.uni-mb.si> X-Http-Proxy: 1.0 x15.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue Jan 19 15:42:50 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1999-01-19T00:00:00+00:00 List-Id: In article <781klb$5j1$1@strelovod.uni-mb.si>, "Matej CAF" wrote: > Is it possible to do port I/O and interrupt handling with GNAT Ada95 or > ObjectAda > compiler under Windows NT? Pointers to source code examples NT doesn't allow programs direct access to those low-level mechanisms (this is *not* a language isssue, its an OS issue). But you can do whatever C can do on NT simply by linking in and calling the C routines. If you get Microsoft's DDK you might be able to write code to do these things in Ada, but I don't know that much about the DDK. T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own