From: "Klytu" Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp/rhide problems Date: Mon, 5 Jun 2000 09:59:09 -0400 Lines: 30 Message-ID: <8hgbni$dqr$1@bob.news.rcn.net> References: X-Trace: 7Pwddw6/2YG6oi01sKZYLJSNdlTBA+BU0heeL2Ie7VWB44lIfWDw4Q== X-Complaints-To: abuse AT rcn DOT com NNTP-Posting-Date: 5 Jun 2000 13:59:14 GMT X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When you compiled this program in RHIDE, was the 'c:\hello' directory the directory from which you started RHIDE? If not, that is probably your problem. Try going to an MSDOS prompt, change directory to c:\hello (or wherever your source code is located), run RHIDE from there, and then compile. "Karolj Lerinc" wrote in message news:SIMEON DOT 10006041818 DOT A AT pc82415 DOT phys DOT unt DOT edu... > Dear djgpp, > > We are experiencing a little problem with the rhide (ver 1.4) > compiler/environment. This version came with the book SAMS Teach > Yourself: C++ in 24 hours, second edition. > > The program was installed with no problem. We opened rhide.exe, wrote a > simple "Hello world!" program, saved it in the directory c:\hello and > run it pressing Ctrl-F9 and got an error message: > > Could not find the source file 'x.c'. Make sure, that > the file exist or check the settings in > 'Options/Directories' for the correct paths. > > Could you please suggest a solution to this problem? > > Thank you in advance. > > Karolj >