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-7-bit X-Google-Thread: 103376,16f6b0f03cbd9c3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-15 18:58:25 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn1feed!wn3feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc01.POSTED!not-for-mail From: "Steve Doiel" Newsgroups: comp.lang.ada References: <873cwtxnqv.fsf@CERT.Uni-Stuttgart.DE> Subject: Re: New, and don't understand the error message! X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <3nEE8.9708$gD6.15036@sccrnsc01> NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc01 1021514303 12.225.227.101 (Thu, 16 May 2002 01:58:23 GMT) NNTP-Posting-Date: Thu, 16 May 2002 01:58:23 GMT Organization: AT&T Broadband Date: Thu, 16 May 2002 01:58:23 GMT Xref: archiver1.google.com comp.lang.ada:24144 Date: 2002-05-16T01:58:23+00:00 List-Id: "Florian Weimer" wrote in message news:873cwtxnqv.fsf@CERT.Uni-Stuttgart.DE... > dannywooly@yahoo.co.uk (Danny Woolston) writes: > > > I am really new to ADA and im stuck on a coding cpmplier message, can > > anyone shed some light on it? > > A tagged type must be declared at the library level. Since Danny said he was new I would add... The library level is anywhere in the program that is not inside of a procedure or function (ie: in a package spec or body). SteveD