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,12527b153c400dab X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-30 06:35:33 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: Tagged types (beginner's question) ! Date: 30 Aug 2002 06:35:33 -0700 Organization: http://groups.google.com/ Message-ID: <4519e058.0208300535.e0f9fb7@posting.google.com> References: NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1030714533 19657 127.0.0.1 (30 Aug 2002 13:35:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 30 Aug 2002 13:35:33 GMT Xref: archiver1.google.com comp.lang.ada:28590 Date: 2002-08-30T13:35:33+00:00 List-Id: Vincent DIEMUNSCH <"vincent.diemunsch"@edf.fr@NO.SPAM.PLEASE> wrote in message news:... > and many other more complicated things but I always have the same > error message from GNAT : > "Dynamiclly tagged expression required". This message generally means that the expression in question needs to have to have a 'Class in it somewhere.