From: Patrick Cate Newsgroups: comp.os.msdos.djgpp Subject: RHIDE Newbie Question Date: Mon, 21 Oct 1996 21:48:44 -0400 Organization: CrossLink Internet Services Lines: 6 Message-ID: <326C27FC.1007@crosslink.net> NNTP-Posting-Host: 206.246.64.252 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp First off, I'm extremly new to djgpp, rhide, and prgramming in general, so this probably sounds like a stupid question. When I try to compile using RHIDE it compiles it as a .o file instead of as a .exe. Is there a way to compile it into a .exe file directly? Or change the .o into a .exe one? I've been able to do so by using the GCC command-line compiler. I appreciate any help.