Mail Archives: djgpp/2001/02/09/04:05:32
> From: "Brandenburger, Thomas" <Thomas DOT Brandenburger AT ps DOT net>
> Date: Thu, 8 Feb 2001 16:33:35 -0600
>
> I have not seen any comments on Windows 2000 Professional or Server. I
> can't get it to work. I have tried the version of the directions which
> relate to NT but get an error when trying to compile from the DOS command
> line that claims there is no such file as "CPP".
Add -v to the compilation command line and post the results here.
The DJGPP FAQ describes in section 6.5 the most ``popular'' reasons
for this problem; perhaps one of them is yours.
> When attempting to create
> a file and save it using RHIDE I get "Error creating file Invalid Argument
> (EINVAL) (14) where all I am attempting to save is the file:
Does a file by that name already exist in the same directory?
If so, I think this is a known bug with W2K: it returns some bogus
error code when a DJGPP program tries to overwrite an existing file
with a new version, and confuses the library. This is solved in the
development sources of the DJGPP library, but you will have to rebuild
RHIDE to get a fixed version.
As a work-around, try deleting the previous version of the file (e.g.,
from another DOS box) before saving it.
- Raw text -