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,5c2523511c53f2ec X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-29 14:47:19 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newshub.sdsu.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Ini reader package Date: 29 Oct 2003 17:37:24 -0500 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: NNTP-Posting-Host: shevek.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1067467268 1149 128.183.235.101 (29 Oct 2003 22:41:08 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 29 Oct 2003 22:41:08 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:1830 Date: 2003-10-29T22:41:08+00:00 List-Id: Ching Bon Lam writes: > Stephen Leake wrote in > news:uekwvlrpt.fsf@nasa.gov: > > > A question; what search engines did you employ, that did not find > > this? I'd like to fix that. > > I did use google. Searched for "ini file reader". Then for "ini file > reader class" what was quite stupid since Ada doesn't have class but > package. Ok. I don't think I can do anything about that. Searching is an art, not a science ... > After i've read this post i decided to look for "ada ini file > package".. some results: > > 1. http://sage.inel.gov/rman_toc_ada.htm > 2. http://lists.act-europe.fr/pipermail/gtkada/2002-May/001459.html This is part of the thread that started Grace.Config_Files; cool :) > 3. http://jacob.sparre.dk/Ada/aws_demo/source/aws-config-ini__adb.htm > > ad 1: works with StonyBrook compiler.. never heard of it.. > ad 2: spec file looks good, but where is the body? You could ask Rolf, but just use Grace.Config_Files; it's a Community Standard :). > ad 3: looks like it's aws specific.. > > also in the result set: > > 4. http://www.nongnu.org/Grace/config_files.html > 5. http://www.toadmail.com/~ada_wizard/ada/windex.html > > ad 4: looks like what you have suggested. Yes. So your search ultimatly succeeded. Good. > ad 5: I just assumed it's not platform independent. Right; that is "exact Windows ini format", and it uses the Win32 API. > What i just wanted is a single package independent of other packages > and platform independent. That's Grace. Thanks for the feedback. -- -- Stephe