From: cswhite AT comp DOT uark DOT edu (Christopher White) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE: Simple Question: Compiling Date: 30 Oct 1996 14:35:57 GMT Organization: The University of Arkansas Lines: 19 Message-ID: <557p4d$t76@picayune.uark.edu> References: <01bbc612$8712fc60$4dd20bce AT miller> NNTP-Posting-Host: comp.uark.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp "Neil Miller" writes: > I just downloaded RHIDE and I don't know how to compile to an .exe ?? I >have tried Run, Compile, Make and I can't get anything. The message box >just says compiling, but then nothing else, no errors, warnings, >confirmations. I just saw a question on it, but that was before I got >RHIDE and now I newsreader doesn't have the post anymore. > If anyone can help, i'd appreciate it. > ^NM^ > miller AT citilink DOT com You need to create a project if you want to compile to a .exe. Click on PROJECT...OPEN PROJECT. Name the project what you want your .exe to be named. Then insert your .c or .cpp file in your project and hit F9. That should work.