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.4 required=5.0 tests=BAYES_00,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,51359402da60c472 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-18 22:08:28 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: DYNAMIC ADA TASK CREATION? Date: 19 Jun 2003 06:07:40 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <3EF0026E.2050309@attbi.com> <3ef04842.436197@news.btclick.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1055999307 16846 62.49.19.209 (19 Jun 2003 05:08:27 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 19 Jun 2003 05:08:27 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:39428 Date: 2003-06-19T06:07:40+01:00 List-Id: john@nospam.demon.co.uk (John McCabe) writes: w> >: Correct. But if you don't want to get stuck there, do this instead: > >: > >: -- task type t as above > >: type ta is access t; > >: > >: type ts is array (positive range <>) of ta := new t; > > ^^^^^^^^ [..] > I'm not surprised, you're trying to initialise a type!! Simon did > say he hadn't compiled this though! That version was Robert's ...