From: kngaru AT aol DOT com (KNGARU) To: djgpp AT delorie DOT com Newsgroups: comp.os.msdos.djgpp Date: 30 Dec 1999 02:26:07 GMT References: <38699008 DOT 1D94B00E AT sympatico DOT ca> Organization: AOL http://www.aol.com Subject: Re: Please help! Message-ID: <19991229212607.20841.00002903@ng-fb1.aol.com> Reply-To: djgpp AT delorie DOT com I got the same problem when I tried to run a similiar problem. I didn't solve the problem but here's how I got around it . . from the file menu in rhide there is a space that says something like exit to dos. by clicking on this It give you the dos prompt. Then type " gxx (the path and name of your program) and hit enter. If there are any errors they will show up on your screen. If the computer thinks for a second and then returns to the prompt with no message your program compiled correctly. Here's the kicker, and someone out there please explain this to me. What I did next was type in an exe file and the name of my program and found the following correctly executed my program. "a (program)" and then enter. Also, if djgpp.env isn't in the djgpp directory it will also cause a lot of problems. Hope this helps!