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=0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLYTO,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b56dc2cdde470ff4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-27 02:01:32 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!bnewspeer01.bru.ops.eu.uu.net!bnewsifeed01.bru.ops.eu.uu.net!bnewspost00.bru.ops.eu.uu.net!emea.uu.net!news.nl.uu.net!not-for-mail From: serious@clerk.com (Noam Kloos) Newsgroups: comp.lang.ada Subject: Re: Reading from a .cfg file Date: Mon, 27 Aug 2001 09:19:13 GMT Organization: Interspective Internet Services Reply-To: serious@clerk.com Message-ID: <3b8a0f44.1828305@news.nl.uu.net> References: X-Newsreader: Forte Free Agent 1.21/32.243 NNTP-Posting-Host: lando.interspective.nl X-Trace: 998902871 news.nl.uu.net 214 193.78.228.114 X-Complaints-To: abuse@nl.uu.net Xref: archiver1.google.com comp.lang.ada:12454 Date: 2001-08-27T09:19:13+00:00 List-Id: On 18 Jun 2001 10:24:10 -0700, chemmie@aol.com (J J. Rauch) wrote: >I am brand new to Ada and i need to write a package to read and parse >data from a .cfg file. This package has to be compatible with both >Ada 83 and Ada 95 as it will be used with programs that are written >with both versions. >Any input would be very helpful because I am just starting off with >Ada now. I will be writing the package using Apex Ada 95 if that >matters. >Thank you, >J. R. You should have a look at my program using a config file. http://www.noam.nl/download/ada95/deadline.adb it needs the packages http://www.noam.nl/download/ada95/ustrings.adb http://www.noam.nl/download/ada95/ustrings.ads The deadline program runs on linux and windows but in EZ2load go32_Close gives a page fault *sometimes* when the keyword delay is included. Writing any other source with the delay keyword runs okay with EZ2LOAD latest version. Greetings, Noam Kloos.