Message-ID: <38618D11.F5C6CC5E@sympatico.ca> From: BRAD MURPHY X-Mailer: Mozilla 4.05 [en]C-SYMPA (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Rhide Program!!!! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 22 Date: Thu, 23 Dec 1999 02:52:43 GMT NNTP-Posting-Host: 206.172.224.191 X-Trace: news20.bellglobal.com 945917563 206.172.224.191 (Wed, 22 Dec 1999 21:52:43 EDT) NNTP-Posting-Date: Wed, 22 Dec 1999 21:52:43 EDT Organization: Sympatico To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Help please!!! I downloaded Rhide and djgpp a couple of days ago and I'm pretty sure that I set it up correctly, yet I still can't even get the simple "hello world" program to work for me. I create the project, write the code, #include main () { printf("hello world"); exit(0); } but when I try to run the program, I get the message: PROGRAM EXIT CODE: -1(oxffffffff) Any info you could give would be greatly appreciated!! Brad