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.0 required=5.0 tests=BAYES_20,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,29f311e5e4153888 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g43g2000cwa.googlegroups.com!not-for-mail From: "ramesh" Newsgroups: comp.lang.ada Subject: Re: need help with errors im getting Date: 24 Jun 2005 18:43:36 -0700 Organization: http://groups.google.com Message-ID: <1119663816.281113.193430@g43g2000cwa.googlegroups.com> References: <1119650372.546285.220190@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 158.135.0.62 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1119663821 25001 127.0.0.1 (25 Jun 2005 01:43:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 25 Jun 2005 01:43:41 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g43g2000cwa.googlegroups.com; posting-host=158.135.0.62; posting-account=jaODIw0AAAAqz8a5fLvIQzGSVAOK2M7x Xref: g2news1.google.com comp.lang.ada:11634 Date: 2005-06-24T18:43:36-07:00 List-Id: Hi Ed Falis, Thank you for the help, it worked for the errors from 17 through 22, but was not able to get rid of the error on line 28. when i give Student_pack.student here it gives an error "missing is"when i give here as Student it gives an error "completion of nonlimited type cannot be limited". Actually here the Person is an abstract tagged type. Waiting for you reply, Thank you again, Ed Falis wrote: > Looks like the declaration of entry Student is hiding the type Student. > Try using Student_Pack.Student in each of the places you got the error.