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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f43af0172d927fa2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news3.google.com!news.glorb.com!npeer.de.kpn-eurorings.net!newsfeed.vmunix.org!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Norbert Caspari Newsgroups: comp.lang.ada Subject: Re: how to put Unsigned_64? Date: Mon, 30 Jan 2006 19:23:38 +0100 Organization: T-Online Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1138645417 00 27784 A5QVvslromCKUov 060130 18:23:37 X-Complaints-To: usenet-abuse@t-online.de X-ID: Zp72FsZFYegN+Ksw4OEzHmkztLz0CJV8YNcJZscR63Pw8tu+cNaJ4B User-Agent: KNode/0.4 Xref: g2news1.google.com comp.lang.ada:2711 Date: 2006-01-30T19:23:38+01:00 List-Id: Martin Dowie wrote: > First off, there is no such package as "Ada.Integer_IO", so I guess > you're actually using "Ada.Integer_Text_IO" :-) Yes, you're right, sorry ;-) > "Ada.Integer_Text_IO" is an instance of "Ada.Text_IO.Integer_IO" for > type "Integer" - not for any other type. You need to instantiate a > version of "Ada.Text_IO.Modular_IO" with type "Interfaces.Unsigned_64". Thanks a lot for this hint. I got also another reply, describing actually the same. Now it works. Best regards, Norbert