From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: misfeature in RHIDE ? Date: Wed, 05 Feb 1997 13:08:14 +0100 Organization: TU Chemnitz-Zwickau Lines: 34 Message-ID: <32F8782E.479C@Mathematik.tu-chemnitz.de> References: NNTP-Posting-Host: cancel.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 Amit Barak wrote: > > Salvador, > > Thanks, but this is not exactly what I needed. > The disadvantage of the method you describe is that you can not > use the same filename more than once (each time is different directory) That's correct. > > In Borland C++ 3.1 for example, you can include files path in the project > file for individual file e.g "c:\a\b.c" > OK. Can you tell me a real good reason for have multiple files with the same same name but in different directories? Imagine RHIDE would have the aibility to inlcude also the pathnames in your project, then you will get the next problem. You will not be able to debug the program, since the COFF debugging information is limited to only the filename and not the directory. So when you debug the program (within RHIDE or with GDB), from where should the debugger know, for which file it should show the lines beeing debugged? 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 * *****************************************************************