Date: Tue, 02 Oct 2001 10:27:23 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <5567-Tue02Oct2001102723+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 In-reply-to: <5l6irt41k9kns8h3j3398rm282b56b6m69@4ax.com> (Radical DOT NetSurfer AT delorie DOT com) Subject: Re: Benchmarks Revisited... References: <5l6irt41k9kns8h3j3398rm282b56b6m69 AT 4ax DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Radical DOT NetSurfer AT delorie DOT com > Newsgroups: comp.os.msdos.djgpp > Date: Mon, 01 Oct 2001 21:48:43 -0400 > > What a trip trying to port something to MSVC++ 6.0 !! > _findfirst / _findnext / _findclose.... sheesh! Perhaps you could write up a compatibility layer and submit it for inclusion in a future DJGPP version. Alternatively, use opendir/readdir/closedir method, it is more portable (including to Unix and GNU/Linux machines).