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,47bc849aad30d586 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-30 07:45:31 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: gautier_niouzes@hotmail.com (Gautier) Newsgroups: comp.lang.ada Subject: Re: A standard package for config files is needed Date: 30 May 2002 07:45:29 -0700 Organization: http://groups.google.com/ Message-ID: <17cd177c.0205300645.1a465737@posting.google.com> References: <3CF3B160.DF10E94F@san.rr.com> <3CF500A2.1A9428E2@san.rr.com> <3CF54B50.9E73654B@easystreet.com> NNTP-Posting-Host: 194.209.146.51 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1022769931 18310 127.0.0.1 (30 May 2002 14:45:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 30 May 2002 14:45:31 GMT Xref: archiver1.google.com comp.lang.ada:25003 Date: 2002-05-30T14:45:31+00:00 List-Id: Al: > If you are running under Windows and you don't want to use the Windows > API, you should not use *.ini file names. Windows assumes that you > won't muck with ini files except through the Windows API's. Are you sure of it ? My impression is that Windows lets the .ini files in peace, unless the program using the .ini uses the Windows API for I/O - like any other text file! If you search for "*.ini" files on your PC, the concerned files often don't have the "Windows" format. Many of them are Free Software developped on other systems or before Windows supremacy: (La)TeX, for example. A nearer counter-example: AdaGIDE. It reads & writes its .ini bravely with Ada.Text_IO. ________________________________________________________ Gautier -- http://www.mysunrise.ch/users/gdm/gsoft.htm NB: For a direct answer, address on the Web site!