Board index » cppbuilder » USEFORM

USEFORM


2003-08-08 05:21:42 AM
cppbuilder56
Hi :)
I have many projects that uses the same files. If i want to add a form to
all my project, i have to do it manually for every project (Project | Add to
project ...) or simply write it down to the project's source code, but the
fact is that i must do it for every project i have.
Is there a way i could include one file (UseFile.h) that could contain all
the USEFORM i need for all my project, so when i have to add a file to all
my project i will only have to do it in one file and all the projects will
now use that new file ?
Ellis
 
 

Re:USEFORM

"Ellis Antaya" < XXXX@XXXXX.COM >wrote in message
Quote
I have many projects that uses the same files. If i want to
add a form to all my project, i have to do it manually for
every project (Project | Add to project ...) or simply write
it down to the project's source code, but the fact is that i
must do it for every project i have.
Correct.
Quote
Is there a way i could include one file (UseFile.h) that could
contain all the USEFORM i need for all my project, so when
i have to add a file to all my project i will only have to do it in
one file and all the projects will now use that new file ?
Probably not. Even worse, starting with BCB6, the USE... macros (including
USEFORM) are no longer used at all (although they are still provided for
backwards compatibility). The IDE stores the file references in the BPR/BPK
makefile file itself directly now, which makes it much harder to accomplish
what you are asking for.
Gambit