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,69999ed88ef5e4fb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-26 02:05:37 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!news2.euro.net!newsfeed.freenet.de!news.space.net!not-for-mail From: Gerhard =?ISO-8859-1?Q?H=E4ring?= Newsgroups: comp.lang.ada Subject: Re: Reading the source. (Novice question.) Date: Thu, 26 Jul 2001 11:05:48 +0200 Organization: Customer of SpaceNet GmbH Message-ID: <3B5FDD6C.6000904@bigfoot.de> References: <6rJ77.55408$JN6.10656566@news1.rdc1.mi.home.com> <3B5F74F4.C5ED3B1@worldnet.att.net> NNTP-Posting-Host: 195.30.93.15 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.space.net 996138336 80589 195.30.93.15 (26 Jul 2001 09:05:36 GMT) X-Complaints-To: usenet@news.space.net NNTP-Posting-Date: Thu, 26 Jul 2001 09:05:36 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010628 X-Accept-Language: en-us Xref: archiver1.google.com comp.lang.ada:10585 Date: 2001-07-26T11:05:48+02:00 List-Id: James Rogers wrote: > > McDoobie wrote: > >>I downloaded and installed the mw_components library from adapower.com >> >>Now, I'm a little fuzzy on where I look in the source code to find names of the >>routines and parameters that I actually call from this group of packages. >>(I'm sure this is proabably covered in my book somewhere, I just havent >>found it yet.) Specifically, I'm interested in the "bags" package. >> >>I'm gonna try writing some code to see if I can figure it out on my own, but a >>little pointer or two would be helpful. >> >> > > Look in the package specifications. Apart from the obvious (looking into the .ads file and the test_bags* files), you can get a cross-referenced view of the source code with gnathtml. That's sometimes quite useful when browsing thru source. Gerhard