Message-ID: <38BEA07D.A067BFA1@nortelnetworks.com> Date: Thu, 02 Mar 2000 12:10:21 -0500 X-Sybari-Space: 00000000 00000000 00000000 From: "Ian Chapman" Organization: Nortel X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com Subject: Re: Sams Teach Yourself C++ References: <49 DOT 1850bd1 DOT 25ef4285 AT cs DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hi, you have not been ripped off. Start Rhide "rhide my_proj" Click File / New Key in your program. Click File /saveas / my_prog.cc or my_prog.c / ok Click Project / add / select my_prog / ok then cancel Click compile / build all What have I missed. You may have to click on your code window before clicking on the File Edit Compile etc tabs to have any effect err get them in focus. Regards Ian. ELLIOTTGBELL AT cs DOT com wrote: > > I just bought this book with the DJGPP compiler on the included cd. I'm > trying to run the HELLO.CPP program on page 14. I am certain my source code > is correct. I compiled it, linked it, and tried to run it, but nothing > happens. On the 'compile' step I get a 'no errors' message, but on the > 'link' step I get a 'gcc.exe No input files' error message. When I 'run' > the program, nothing happens and I get a dialog box that says 'Program exit > code: 0 (0x0000)'. Now, when I go to the File drop down menu and select DOS > shell, there is the 'Hello World' written, but I cannot get out of the DOS > mode and back to the compiler without closing it down and restarting RHIDE! > The documentation provided with the compiler does not help me at all. Have I > been ripped off? Please say it ain't so and tell me in plain English how to > get this program to work. > Sincerely, > G.B.Elliott > e-mail: elliottgbell AT cs DOT com