Mail Archives: djgpp/2001/05/15/02:25:25
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.
- Raw text -