From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: How can I link objects with RHIDE ? Date: Sat, 11 Jul 1998 07:28:57 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 11 Message-ID: <6o6t63$2ek$1@news-hrz.uni-duisburg.de> References: <35A548C1 DOT BB84E603 AT hol DOT fr> NNTP-Posting-Host: ppp205.uni-duisburg.de 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 Precedence: bulk On Fri, 10 Jul 1998 00:48:33 +0200, Emmanuel Onzon wrote: > I'm a beginner in C++ DJGPP. What do I have to do in order to link > severals *.o with Rhide ? Create a project with Projet->Ouvrir un projet, then open the project window and insert your source files there. RHIDE will compile and link all the files in the project window if you hit F9 (Compile->Make). Regards... Michael