From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE Date: Mon, 30 Sep 1996 12:49:53 -0400 Organization: Nortel Technology Lines: 22 Message-ID: <324FFA31.203A@nortel.ca> References: <52moev$207 AT shore4 DOT intercom DOT net> NNTP-Posting-Host: bkanm382.bnr.ca 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 Hi, I was stuck there last week. From dos command type:- rhide test then from rhide click Project then click add to add a .c or .cpp or .whatever you have in your directory. Also click File and open the .c or .cpp file so you can see where the compiler finds your errors. When you click on compile it will compile all in the Project so delete the .cpp files or start a new project like rhide test2. Do not let .cpp's build up like I did. If you get duplicate main()'s you have two .cpp files with a main() in them in one project. Also go into the info directory and edit the file dir by adding rhide.inf where it said and follow the format of the other .inf files. Now you have caught up with me. Regards Ian.