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: 103376,29f311e5e4153888 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny09.POSTED!c2bfcbcf!not-for-mail Subject: Re: need help with errors im getting Newsgroups: comp.lang.ada References: <1119650372.546285.220190@z14g2000cwz.googlegroups.com> From: "Ed Falis" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.01 (Linux, build 1204) Date: Fri, 24 Jun 2005 22:42:49 GMT NNTP-Posting-Host: 70.22.135.109 X-Complaints-To: abuse@verizon.net X-Trace: trndny09 1119652969 70.22.135.109 (Fri, 24 Jun 2005 18:42:49 EDT) NNTP-Posting-Date: Fri, 24 Jun 2005 18:42:49 EDT Xref: g2news1.google.com comp.lang.ada:11632 Date: 2005-06-24T22:42:49+00:00 List-Id: 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.