From: Charles Terry Newsgroups: comp.os.msdos.djgpp Subject: Re: LINKING WITH RHIDE Date: Wed, 08 Apr 1998 08:30:45 -0700 Organization: All USENET -- http://www.Supernews.com Lines: 27 Message-ID: <352B9825.2465@plinet.com> References: <352B68B8 DOT 49BB AT unice DOT fr> NNTP-Posting-Host: 24797 AT 207 DOT 174 DOT 3 DOT 197 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 Didier BRUNEL wrote: > > Hello everybody, > > I got some weeks ago RHIDE and its help files. It seems to work > correctly, but I have a little problem that I have not found in docs. > When I load a source file I have in the EDI the ability to compile it, > but the commands to build and run it are not accessible. If I wan run my > prg I must go out Rhide and make the command on line, and the result EXE > file works fine. > On the faq I have not found this little problem. I have try different > options in the dialog boxes for the compiler and linker options but I > don't know in fact if some of them are obligatory. > So can somebody tell me the conditions to have a access to the build and > run commands in RHIDE ? > I thank you very much in advance. > > Didier BRUNEL. > brunel AT unice DOT fr You have to create a project and add the source files to the project. If you load a souce file into the editor it knows what file to compile but the exe file name is based on the project name you choose, so without a project rhide doesn't know what to run or what to make. Charles