From: "Quasi" Newsgroups: comp.os.msdos.djgpp Subject: Re: Saving in Rhide Date: Thu, 14 Dec 2000 16:56:40 +1300 Organization: ihug ( New Zealand ) Lines: 40 Message-ID: <919g6n$4gb$1@lust.ihug.co.nz> References: NNTP-Posting-Host: p72-tnt7.akl.ihug.co.nz Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 976765976 4619 203.173.206.72 (14 Dec 2000 03:52:56 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Thu, 14 Dec 2000 03:52:56 +0000 (UTC) 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 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message > > Rhide will not let me save files... it says "Error creating file c:/file.c. > > Invalid argument (EINVAL) (14)" > > On what OS? DOS? Windows? what version of Windows? Sorry, I was working on two posts at the same time, both programming related... I'm using Windows 2000. Using DOS on the development platform is unfortunately not practical - a second DOS system may be possible in a few months, but only if the spftware performs acceptably. > Also, how did you invoke RHIDE? Did you use any command-line > switches? "rhide". Also tried "rhide -m" to disable the mouse (although it doesn't appear to matter with recent versions). > > Rhide complained about the DJDIR variable being missing, so I added > > that, and pointed it to the root of the DJGPP install (C:\DJGPP). > > _BAD_ idea! Do NOT set DJDIR directly; instead, set the DJGPP > variable and make sure it is set correctly. Section 6.6 in the DJGPP > FAQ list describes some commn problems with setting the DJGPP > variable. DJDIR has been removed. I have checked readme.1st again, and I still can't see any deviation from what it contains. Rhide -E btw, includes things like RHIDE_PATH_SEPARATOR_DJGPP=; which would tend to indicate environment variables are being set. So, it appears the problem may not be related to environment variables. - Q.