| View previous topic :: View next topic |
| Author |
Message |
Valence Guest
|
Posted: Mon Feb 20, 2006 7:03 pm Post subject: include paths BDS2006 |
|
|
Each directory for files is automatically put in my include path.
If I remove it (because I want the include to come from where I want), it
puts it back in.
Is there some way that I can control my own include path? |
|
| Back to top |
|
 |
Darko Miletic Guest
|
Posted: Mon Feb 20, 2006 8:03 pm Post subject: Re: include paths BDS2006 |
|
|
Valence wrote:
| Quote: | Each directory for files is automatically put in my include path.
If I remove it (because I want the include to come from where I want), it
puts it back in.
Is there some way that I can control my own include path?
|
No. This is how IDE behaves. You will have to put your include folders
before IDE included folders to make sure that it works the way you need. |
|
| Back to top |
|
 |
Valence Guest
|
Posted: Tue Feb 21, 2006 12:03 am Post subject: Re: include paths BDS2006 |
|
|
Ok, seems goofy to put low usage files before high usage ones. -pch here we
come.
"Darko Miletic" <darko (AT) uvcms (DOT) com> wrote in message
news:43fa15ae$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
Is there some way that I can control my own include path?
No. This is how IDE behaves. You will have to put your include folders
before IDE included folders to make sure that it works the way you need.
|
|
|
| Back to top |
|
 |
Andrue Cope [TeamB] Guest
|
Posted: Tue Feb 21, 2006 9:03 am Post subject: Re: include paths BDS2006 |
|
|
Valence wrote:
| Quote: | Each directory for files is automatically put in my include path.
If I remove it (because I want the include to come from where I
want), it puts it back in.
Is there some way that I can control my own include path?
|
This is a known bug and a potential showstopper for me if one or two of
my projects grow much further:
QC#24323 as it's been opened one can hope it'll be fixed in the next
update. In conjunction with QC#23720 it can be a killer.
--
Andrue Cope [TeamB]
[Bicester, Uk]
http://info.borland.com/newsgroups/guide.html |
|
| Back to top |
|
 |
|