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,248d2a0e5d01f107 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-11 20:42:04 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Problem with Gnat.Dynamic_Tables Date: 11 Jul 2002 20:42:04 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0207111942.58720e6f@posting.google.com> References: <3D2B6BFB.D4468F57@easystreet.com> <5ee5b646.0207110713.a6b5a05@posting.google.com> <3D2DEC07.9E47AC3@easystreet.com> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1026445324 5975 127.0.0.1 (12 Jul 2002 03:42:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 12 Jul 2002 03:42:04 GMT Xref: archiver1.google.com comp.lang.ada:27012 Date: 2002-07-12T03:42:04+00:00 List-Id: achrist@easystreet.com wrote in message news:<3D2DEC07.9E47AC3@easystreet.com>... > Robert Dewar wrote: > > > I'm puzzled why the mw_components Dynamic_Array seens to > work without > me, as user of the generic package, doing anything > different (as far > as I see) when using that package from what didn't work > with GNAT > dynamic tables. The GNAT dynamic table package malfunctioned it because you misused it and ignored a critical rule in the spec. The Dynamic_Array package is a completely different package. You need to read the documentation for this package carefully and make sure you are following it. Nothing puzzling about two different packages having two different specifications!