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,ASCII X-Google-Thread: 103376,6e3cd8a6b7c1d008 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-25 13:06:06 PST Sender: jerry@JVDSYS Newsgroups: comp.lang.ada Subject: Re: Error with: for EntryName use at 16#address#; References: From: Jerry van Dijk Date: 25 Nov 2001 10:01:43 +0100 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit NNTP-Posting-Host: 139.92.237.39 X-Trace: 25 Nov 2001 21:02:11 GMT, 139.92.237.39 Organization: Global Network Services - Remote Access Mail & News Services X-Complaints-To: abuse@prserv.net Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.us.prserv.net!prserv.net!news3.prserv.net!139.92.237.39 Xref: archiver1.google.com comp.lang.ada:16953 Date: 2001-11-25T10:01:43+01:00 List-Id: "Jean-David Tr�panier" writes: > Hi! I have a little problem for handling an interrupt. I receive this error > at the compilation of the code below: Expression has no possible > interpretation as an expression of the expected type Address, Continuing > task TKeyboard is > entry keyp; > for Keyp use at 16#20#; -- Error at this line > end TKeyboard; I'm affaid that the compiler is right here. Thing for a moment what your were trying to tell it. > Is it a good way to handle interrupt or it's preferable to use > Attach_Handler(Handler, Int_ID) in the interrupt package. That depends on the OS or bareboard your are using. -- -- Jerry van Dijk | email: jvandyk@attglobal.net -- Leiden, Holland | web: home.trouwweb.nl/Jerry