Date: Thu, 28 Sep 2000 21:31:28 +0200 From: "Eli Zaretskii" Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9743-Thu28Sep2000213128+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5h In-reply-to: <8qvvk0$53c$1@neptunium.btinternet.com> (T DOT Harte AT btinternet DOT _c_o_m_) Subject: Re: porting etc. to msvc References: <8qvvk0$53c$1 AT neptunium DOT btinternet 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: "Thomas Harte" > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 28 Sep 2000 18:34:11 +0100 > > No, it doesn't actually. Not with the libraries provided with versions 5 or > 6 anyway. I've had to #ifdef in/out an entirely different set of code using > Win32 API calls in the style of FindFirst/FindNext on one of my projects > which targets both GCC & MSVC . . . There's a free implementation of opendir/readdir floating around, which you could use. Or just rip them off from DJGPP's sources and change findfirst to FindFirst etc.