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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3e9f43798d025664 X-Google-Attributes: gid103376,public From: Gautier.DeMontmollin@maths.unine.ch (Gautier) Subject: Re: Cannot open enough files Date: 1998/02/27 Message-ID: <1998Feb27.155826.6567@news>#1/1 X-Deja-AN: 329142072 References: <6cuo5j$sti$1@remus.rutgers.edu> Reply-To: Remove_this.Gautier.deMontmollin@Maths.UniNe.CH Organization: University of Neuchatel, Switzerland Newsgroups: comp.lang.ada Date: 1998-02-27T00:00:00+00:00 List-Id: castroto@remus.rutgers.edu (Fabrizio Castrotorres) writes: > Is there a File limit established by config.nt fot gnat 10.0 > under windows NT. I get an error that I cannot create a file. This happens > after I have opened a lot of files, less than 100. I exception I get is > NAME_ERROR event though I already created files with similar names, I print > the name out and is a legal ascii string. I have even increaded the "files" > attribute in config.nt. Any help would be greatly apreciated. Try GNAT for DOS: with FILES=255 in config.sys, GNAT 3.07 and 3.10 can open 248 files - at least under DR-DOS, MS-DOS, Windows 95. (Test program: testfile.adb in archive ad.zip, URL: http://www.unine.ch/math/Personnel/Assistants/Gautier/Gaut_FTP.htm ) -- Gautier