From: "Patrick Chen" Newsgroups: comp.os.msdos.djgpp Subject: unable to find directories Date: Thu, 11 Jul 2002 14:36:57 +0800 Organization: Unconfigured Lines: 14 Message-ID: NNTP-Posting-Host: j37.sgw45.jaring.my X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello programmers, I am using Rhide and intend to create separate directories other than the default C:\windows to store header, source, object files. For instance I type in the path following Options->Directories->include: F:\graphics programming\djgpp_include. And put my *.h file in djgpp_include. But the compiler fail to find it. Neither does adding the prefix %DJDIR%/ or $(DJDIR) to the path above make any difference. Is there a way to solve this? Thanks Patrick