Re:BCB5 IDE Question
Thanks again for your help, Gambit & Craig. I simply "caved in" and put our
company's source tree on the same drive as everyone else. Good 'ol C: ;->
Epilogue:
I found that if I were so brave as to manually edit the <LFLAGS>option tag
in the .bpr project file, and configure the "-l" sub-option to *use a
relative path*, then this forced the linker to save the import library
output (LIB) to an arbitrary location relative to the project's root folder.
However, this isn't a viable long term solution, because anytime a person
changes ANY setting in the Project ->Options, the relative path is
overwritten with an absolute path. So, in short, the linker can do what I'm
describing, but the BCB5 IDE shell just won't suffer relative paths. Again,
I can't use this method, but maybe this might help someone out there who can
afford to not change the Project ->Options through the IDE after manually
editing the .bpr XML file.
Cheers,
-Michael
"Michael Skelton" <
XXXX@XXXXX.COM >wrote in message
Quote
Hey, is anyone still using BCB 5? If so, I have a question for you.
According to the documentation, if you set the "BPI/Lib output dir" under
the Tools->Environment Options menu, then this is "where Package BPI and
LIB files are placed by default." I can't seem to get this to happen. In
other words, when I build a DLL, it puts the import library in the same
directory the project is built from. Is this a known issue in the BCB5
IDE? Are there any known workarounds?
Thanks for any help, I know this question goes waaayyy back ;-)
-Michael