From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE: *.cc -> *.cpp ? Date: Fri, 29 Nov 1996 13:14:18 +0100 Organization: TU Chemnitz-Zwickau Lines: 35 Message-ID: <329ED39A.35BD@Mathematik.tu-chemnitz.de> References: <3295E432 DOT C4F AT po DOT uni-stuttgart DOT de> <32996F8B DOT 611B AT Mathematik DOT tu-chemnitz DOT de> <57jau4$m6k AT post DOT servtech DOT com> <329e1229 DOT 18481890 AT news DOT ox DOT ac DOT uk> NNTP-Posting-Host: tantalus-e.hrz.tu-chemnitz.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 George Foot wrote: > > >Sure there is, download the source :) I just got the EXE's for it today, > >and that was one of my complaints. I hardly ever use C++, so I wanted the > >default to be .C... anyway, it should "remember" what you put there. > > I think the BC IDE has an option in the preferences... default > extension, or something. Of course, its inclusion in RHIDE is at > Robert Hoehne's discretion... At first, all I do is not discret and at the next, I think here is a misunderstanding. Here you compare two things, which have nothing to with each other. It is correct, that you can change in RHIDE the default suffix, BUT this is used only as the wildcard when opening a file and so on. The other program was about the suffixes, which come from the debugged program. RHIDE searches for the files, like they are stored in the debugging information and here comes the bug of gcc, which puts here the wrong name. Theoretical it is possible to change the behaviour of RHIDE to search also for a file with suffix ".cpp" when the file with suffix ".cc" was not found, but I will not do it, because RHIDE is based on DJGPP (which is based on the GNU compilers), where ".cc" is the default suffix for C++ source files. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************