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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5a4f67837aa11e71 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-01 19:21:10 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: ninthowl@yahoo.com (Mt. Nyiragongo) Newsgroups: comp.lang.ada Subject: Re: Booch Components Date: 1 Dec 2001 19:21:10 -0800 Organization: http://groups.google.com/ Message-ID: <859910b0.0112011921.544bdf6@posting.google.com> References: <859910b0.0111302104.3aa67855@posting.google.com> NNTP-Posting-Host: 66.81.37.99 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1007263270 17236 127.0.0.1 (2 Dec 2001 03:21:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 2 Dec 2001 03:21:10 GMT Xref: archiver1.google.com comp.lang.ada:17291 Date: 2001-12-02T03:21:10+00:00 List-Id: Thanks--this works now. The page previously had a line in the abstract_car_containers package that read is new BC.containers(Cars) instead of is new BC.containers(Cars.Car, "=" => Cars."=") GNAT complained that "expect valid subtype mark to instantiate "Item". This makes sense to me now. Your case study page is quite a big help in getting started. What a herculean effort writing those components must have been. I'm far too much the gnubie to be helpful in general, but let me know what I can do to help with the documentation side: even a bonehead's questions might be nonworthless. Thanks for everything. Simon Wright wrote in message news:... > ninthowl@yahoo.com (Mt. Nyiragongo) writes: > > > Perhaps someone who is a user of those components could post a > > simple example of how to use the linked lists for instance. From an > > example it might be possible to eventually figure it out, but it is > > quite hard to get started at all without an example. > > Please look at http://www.pushface.org/components/bc/case-study.html > -- if it doesn't help, ask me again! > > (and please also note the advice to use Collections instead of )Lists