From: bankyman AT aol DOT com (Banky Man) Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with RHIDE Lines: 15 NNTP-Posting-Host: ladder06.news.aol.com X-Admin: news AT aol DOT com Date: 22 Dec 1999 02:17:40 GMT References: <945781725 DOT 627076 AT shelley DOT paradise DOT net DOT nz> Organization: AOL http://www.aol.com Message-ID: <19991221211740.04099.00000382@ng-fa1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >... to split the header >(.h) and source file (.cpp)nowadays. and i have read that source file (.cpp) >should be added into the project... Create a project by selecting Open Project from the Project menu and typing in a name for the project in the Name field. Then, select Add Item from the Project menu and double-click the files you want to add (these should be the source file with your main function as well as the CPP files corresponding to the headers you include). Click cancel to close the Add Item window once you see the files have been added to your project in the project window. - Mike