From: "Repugnant" Newsgroups: comp.os.msdos.djgpp Subject: DJGPP Newbie Questions Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Fri, 20 Apr 2001 05:34:16 GMT NNTP-Posting-Host: 12.79.227.48 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc04-news.ops.worldnet.att.net 987744856 12.79.227.48 (Fri, 20 Apr 2001 05:34:16 GMT) NNTP-Posting-Date: Fri, 20 Apr 2001 05:34:16 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all. I'm just starting with DJGPP to do a DOS-based program and I have a few questions: Whats a good Internet resource for programming DOS programs with DJGPP? All I've ever done is Win32 programming (for instance, in Win32 I can call the FindFirstFile function to do a file search, what would the equivalent be in DOS?). Also, how do I enable long filename support under DOS? I'd like to be able to read long filenames but since DOS doesn't support it I'd be stuck with the old 8.3 filenames (I'm using Win98 DOS in true DOS mode, not as a command box inside of Windows) Thank you - repugnant