Mail Archives: djgpp/2000/10/10/01:30:21
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
<http://www.freedos.org/fd-doc/howto/faq.html>, section 3.5.
Right,
MartinS
- Raw text -