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-12 00:03:26 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: achrist@easystreet.com Newsgroups: comp.lang.ada Subject: Re: Problem with Gnat.Dynamic_Tables Date: Fri, 12 Jul 2002 00:01:16 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3D2E7EBC.C629C700@easystreet.com> X-Mailer: Mozilla 4.79 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 References: <3D2B6BFB.D4468F57@easystreet.com> <5ee5b646.0207110713.a6b5a05@posting.google.com> <3D2DEC07.9E47AC3@easystreet.com> <5ee5b646.0207111942.58720e6f@posting.google.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:27013 Date: 2002-07-12T00:01:16-07:00 List-Id: Robert Dewar wrote: > > 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! Thanks. I don't see any examples of how to use for either package. For the mw_components (includes the Dybanic_Array), there is the page: http://lglwww.epfl.ch/Team/MW/mw_components.html This doesn't say anything about initialization, but it does say that there is no finalization. I wonder if this means that I'm leaking memory when I use these components for unbounded strings. Anyone have any pointers to more extensive docs for these? Al