From: "Thomas Harte" Newsgroups: comp.os.msdos.djgpp Subject: Re: porting etc. to msvc Date: Thu, 28 Sep 2000 18:34:11 +0100 Organization: BT Internet Lines: 14 Message-ID: <8qvvk0$53c$1@neptunium.btinternet.com> References: NNTP-Posting-Host: host213-123-31-149.btinternet.com X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote in message ... >I would imagine that MSVC itself provides opendir/readdir/closedir. >Even Borland does. Just look closer in the docs, or just try to link >a simple test program. 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 . . . -Thomas