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,e3ec0628d7b95a20 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-30 12:13:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: tagged types Date: 30 May 2002 15:11:59 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3CF6458B.8030307@wanadoo.fr> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1022786362 21100 128.183.220.71 (30 May 2002 19:19:22 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 30 May 2002 19:19:22 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:25028 Date: 2002-05-30T19:19:22+00:00 List-Id: Sami Evangelista writes: > i have declared an abstract type with two derived types like this > It really is much easier for us to help if you post _compilable_ code. What you posted is close, but it is missing some crucial stuff; the leading "procedure My_Test is", etc. Also post the _entire_, _exact_ compiler error message. If you make the effort to post a _compilable_ test, this accomplishes three things: 1) You may find the error. Often the process of simplifying and explaining the problem reveals the error. This is a good technique; I use it often! 2) You make it very clear what your problem is, so you will get a more focussed and useful reply. 3) Someone here (like me) is more likely to help. Please repost a compilable example. -- -- Stephe