From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP, FreeDOS and file access Date: 9 Oct 2000 10:14:51 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 24 Message-ID: <8rs5qr$7sf$1@antares.lu.erisoft.se> References: <8rkmnt$8sq$1 AT nnrp1 DOT deja DOT com> <8rl79u$mce$1 AT nnrp1 DOT deja DOT com> <2110-Sat07Oct2000131727+0300-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii (eliz AT is DOT elta DOT co DOT il) wrote: : > From: jbfraleigh AT hotmail DOT com : > Newsgroups: comp.os.msdos.djgpp : > Date: Fri, 06 Oct 2000 18:57:03 GMT : > : > I am using the Allegro library -- One of the functions was calling : > findfirst which was generating the ENOENT. I modified the routines to : > call _dos_findfirst instead which has corrected that problem. : IMHO, such ``solutions'' are not a good idea: they tend to sweep : problems under the carpet rather than really solve them. A ``real'' : solution would mean that the reason for such a problem is well : understood and acted upon. For example, if this is a bug in FreeDOS, : a proper description should be added to the DJGPP FAQ list and the : library docs, so that others won't need to fight those same problems; : if it's a bug in the DJGPP library, it should be corrected; etc. It seems the FreeDOZE kernel 2017f has some issues with findfirst, see , section 3.5. Right, MartinS