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-Thread: a07f3367d7,6b1bfc6ba4e8ada X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!z7g2000vbh.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: newbie problem Date: Wed, 13 May 2009 07:54:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <4a0ad646$0$2854$ba620e4c@news.skynet.be> NNTP-Posting-Host: 81.156.240.174 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1242226461 11957 127.0.0.1 (13 May 2009 14:54:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 13 May 2009 14:54:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z7g2000vbh.googlegroups.com; posting-host=81.156.240.174; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5814 Date: 2009-05-13T07:54:21-07:00 List-Id: On May 13, 3:16=A0pm, Olivier Scalbert wrote: > Problem 1: it does not compile ! > adasound.ads:23:10: completion of nonlimited type cannot be limited > adasound.ads:23:10: component "File_Type" of type "Als_File_T" has > limited type Store an 'access' to the limited type. > Problem 2: how to avoid the first "with Sequential_Io;" ? private with Ada.Sequential_IO; -- I always prefer the -- Ada. prefix just to be clear -- it's a standard unit to any -- 'casual' reader Cheers -- Martin