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 13:32:06 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!skynet.be!skynet.be!newsgate.cistron.nl!newsfeed.bit.nl!newsfeed.bit.nl!surfnet.nl!news.utwente.nl!not-for-mail From: Ching Bon Lam Newsgroups: comp.lang.ada Subject: Re: Ini reader package Date: Wed, 29 Oct 2003 21:32:02 +0000 (UTC) Organization: Universiteit Twente Sender: s0046388@@utwente.nl Message-ID: References: NNTP-Posting-Host: sheep.adsl.utwente.nl X-Trace: netlx020.civ.utwente.nl 1067463122 12139 130.89.226.82 (29 Oct 2003 21:32:02 GMT) X-Complaints-To: abuse@utwente.nl NNTP-Posting-Date: Wed, 29 Oct 2003 21:32:02 +0000 (UTC) User-Agent: Xnews/5.04.25 Xref: archiver1.google.com comp.lang.ada:1828 Date: 2003-10-29T21:32:02+00:00 List-Id: Stephen Leake wrote in news:uekwvlrpt.fsf@nasa.gov: > Ching Bon Lam writes: > >> Does anyone know if there is some kind of ini file reader/writer >> package? Otherwise i'll write one myself. > > Grace.Config_Files reads Java properties syntax; that satisfies "some > kind of ini file", unless you meant "exactly Windows ini file format". > > http://savannah.nongnu.org/projects/grace/ Maybe i'll just use this instead of "exactly windows ini files format". > 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. 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 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? 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. ad 5: I just assumed it's not platform independent. What i just wanted is a single package independent of other packages and platform independent. Bon P.S.: The "Overview" section at http://www.nongnu.org/Grace/Grace_Home.html is nice, very nice :)