Date: Tue, 15 May 2001 09:26:56 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Adam Nussbaum cc: djgpp AT delorie DOT com Subject: Re: I am a total NEWBIE! I have a really STUPID problem. In-Reply-To: <3B00ABB9.B840507A@pcc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 14 May 2001, Adam Nussbaum wrote: > I am just wondering why when I want to compile my very first C++ > program, using rhide version 1.4, it says "Could not find the source > file "Conversion.cpp" Make sure, that if file exist and adjust settings > in 'Options/Directories' for the correct paths." First, RHIDE 1.4 is _very_ old. I suggest to upgrade to a later version (see the DJGPP FAQ for URLs). If that somehow isn't an option, and you are on Windows, try compiling a file whose name doesn't exceed the DOS 8+3 limits on file names. If that works, set LFN=y in the environment, restart RHIDE, and see if now long file names also work.