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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,CP1252 X-Google-Thread: 103376,3126ffb923d6f3f1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-23 14:11:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!btnet-peer1!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news2-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: Subject: Re: Handling interrupts MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Fri, 23 Nov 2001 22:07:01 -0000 NNTP-Posting-Host: 62.252.140.246 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 1006553184 62.252.140.246 (Fri, 23 Nov 2001 22:06:24 GMT) NNTP-Posting-Date: Fri, 23 Nov 2001 22:06:24 GMT Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:16915 Date: 2001-11-23T22:07:01+00:00 List-Id: "Jean-David Tr�panier" wrote in message news:F1zL7.5993$qw1.1034012@weber.videotron.net... > Hi! I would like to discover how to use interrupts handlers on Ada95 so I > was wondering if someone has an example that show how to attach a handler to > the keyboard. Example: when you press on a key, the system write a message: > "key pressed". Can you get hold of a copy of Cohens book (from a library or something, it's really expensive to buy)? If so Section 19.6 is all about handlers, and was quite good if memory serves. HTH, Chris > Thanks a lot, > > Jean-David Tr�panier > (JDT@hy.cgocable.ca) > >