Board index » cppbuilder » Project Options, Directories/Conditionals Dialog
Intuitive Ed
![]() CBuilder Developer |
Thu, 04 Jul 2002 03:00:00 GMT
|
Intuitive Ed
![]() CBuilder Developer |
Thu, 04 Jul 2002 03:00:00 GMT
Project Options, Directories/Conditionals Dialog
For some reason, I can not get the IDE to properly save the "Intermediate
output" and "Final output" directories after I type them in and press [OK]. When I go back into the dialog box, the entries have changed. I'm using C++ Builder 4.0 (Build 14.4). Is this a known problem? Is there a patch? Thanks, Tom Dowdell |
Team
![]() CBuilder Developer |
Fri, 05 Jul 2002 03:00:00 GMT
Re:Project Options, Directories/Conditionals Dialog: "Tom (Intuitive Edge)" <t...@intuitiveedge.com> wrote: Quote>For some reason, I can not get the IDE to properly save the "Intermediate output path. You might want to have a look at the Borland C++Builder Developer Support -- Stefan Hoffmeister - http://www.econos.de/ |
Jeff Stan
![]() CBuilder Developer |
Sun, 07 Jul 2002 03:00:00 GMT
Re:Project Options, Directories/Conditionals DialogI've seen this BUGGY behavior in all C++ Builder IDEs since 1.0. They continue to insist that they know better what I want. If I type a relative path into the dialog, C++ Builder had better not change this. There is usually a good reason for doing so. Absolute paths DO NOT work in a mult-developer environment since this forces Stefan Hoffmeister (TeamB) <Stefan.Hoffmeis...@Econos.de> wrote in message Quote> : "Tom (Intuitive Edge)" <t...@intuitiveedge.com> wrote: |
Jeff Stan
![]() CBuilder Developer |
Sun, 07 Jul 2002 03:00:00 GMT
Re:Project Options, Directories/Conditionals DialogIt seems like Borland is trying to force the use of the $(BCB) method. When you use this in the paths things work a LITTLE better. My problem is that we use a multi-level directory structure to store our We also have an automated build system that runs through the directory By hard coding paths in the makefiles or not allowing the use of user If I recall the older Borland C++ compilers and IDEs handled this situation Tom (Intuitive Edge) <t...@intuitiveedge.com> wrote in message Quote> For some reason, I can not get the IDE to properly save the "Intermediate |
Team
![]() CBuilder Developer |
Sun, 07 Jul 2002 03:00:00 GMT
Re:Project Options, Directories/Conditionals DialogOne thing I've seen done successfully is to mount virtual drives to certain directories. Instead of having everything relative, you can say that the project is always relative to drive z. Then you can create a virtual drive z (using subst) that points to any directory you choose. If your project configuration is relative to z, then it doesn't matter where the directory actually lives, just make z point to the appropriate root directory. Ideally, I completely agree, we shouldn't have to jump through such hoops. Chris (TeamB) Quote>By hard coding paths in the makefiles or not allowing the use of user |
Team
![]() CBuilder Developer |
Sun, 07 Jul 2002 03:00:00 GMT
Re:Project Options, Directories/Conditionals Dialog: "Jeff Stano" <jeffst...@stano.com> wrote: Quote>I've seen this BUGGY behavior in all C++ Builder IDEs since 1.0. They are unhappy with the design decision, please submit a bug report. If the design has not been properly implemented, submit a bug report. -- Stefan Hoffmeister - http://www.econos.de/ |
Linda K Sherma
![]() CBuilder Developer |
Sun, 07 Jul 2002 03:00:00 GMT
Re:Project Options, Directories/Conditionals DialogQuoteJeff Stano wrote: Please take a few moments to go to the bug report page and submit a Lin |
Team
![]() CBuilder Developer |
Tue, 09 Jul 2002 03:00:00 GMT
Re:Project Options, Directories/Conditionals DialogQuoteJeff Stano wrote in message <864nba$g4...@bornews.borland.com>... in BCB3 (or maybe it was BCB1), the IDE converted everything to absolute paths. In BCB4, its the opposite. Things tend to get converted to relative paths. This is a nightmare when dealing with controls. I have some controls in the If I type a relative path, BCB should leave it alone. If I type an absolute In the meantime, I do exactly what chris does. I use the dos subst command Harold Howe [TeamB] |
1. Project Option -> Directories/Conditionals question/problem
2. changing 'Directories/Conditionals' Options causing problems
3. Options: Directories/Conditionals Final Output problem
4. Directories in options dialog box messed up
5. .BPR files & project/options directories
6. Relative paths in the Directory Project Options
7. Relative path problem in Project/Options/(Directories/C
8. Project options/directories in BCB4