Discussion:
BDS2007 IDE Compile only?
(too old to reply)
Larry Griffiths
2008-07-25 15:26:00 UTC
Permalink
Sometimes I would just like to compile a bunch of Projects in a Project
Group without having
to go through the link steps. ( Error Checking ).

Is this possible in the IDE?

Larry.
Andreas Hausladen
2008-07-25 18:24:02 UTC
Permalink
Post by Larry Griffiths
Is this possible in the IDE?
You could rename the ilink32.exe before you compile your project :-)
--
Regards,

Andreas Hausladen
Larry Griffiths
2008-07-25 20:01:59 UTC
Permalink
I wonder if that would mess up the dependency info.

Iam thinking the compiler would say all the units are up to date on
following makes and not regenerate the .obj, .bpi. lib files.

Larry Griffiths.
Post by Andreas Hausladen
Post by Larry Griffiths
Is this possible in the IDE?
You could rename the ilink32.exe before you compile your project :-)
--
Regards,
Andreas Hausladen
Remy Lebeau (TeamB)
2008-07-25 19:03:14 UTC
Permalink
Post by Larry Griffiths
Is this possible in the IDE?
No. When compiling an entire project, the IDE always performs a link.
Otherwise, you have to compile the individual units one at a time instead,
which I'm sure you are trying to avoid.


Gambit
Larry Griffiths
2008-07-25 21:30:12 UTC
Permalink
What I would prefer is a compile-only option like the make and Build in the
project manager.

The compile only would not call the linker and would not update
dependencies.

Larry Griffiths.
Post by Remy Lebeau (TeamB)
Post by Larry Griffiths
Is this possible in the IDE?
No. When compiling an entire project, the IDE always performs a link.
Otherwise, you have to compile the individual units one at a time instead,
which I'm sure you are trying to avoid.
Gambit
Remy Lebeau (TeamB)
2008-07-25 22:34:04 UTC
Permalink
Post by Larry Griffiths
What I would prefer is a compile-only option like the make and Build in
the project manager.
The compile only would not call the linker and would not update
dependencies.
Submit a feature request to QC.


Gambit
David Dean [CodeGear]
2008-07-26 19:30:50 UTC
Permalink
Post by Larry Griffiths
What I would prefer is a compile-only option like the make and Build in the
project manager.
Is that feature request in QC? I'd like to see it as well. 8-)
--
David Dean (CodeGear)
Lead C++ QA Engineer
Larry Griffiths
2008-07-26 21:43:53 UTC
Permalink
I will enter a QC request this coming Monday.

It should would speed things up when I have to rip out code. BDS2007 really
zips through the units when compiling now and we have it fairly stable now.
I have some debugger lock ups now and then and some occasional linker
problems related to missing externals that go away when I clean and build
the particular project having the missing externals. If these problems were
not present in BDS2007 then it would blow away any of the previous versions
of the Builder C++ product by comparison.

Larry Griffiths
Post by David Dean [CodeGear]
Post by Larry Griffiths
What I would prefer is a compile-only option like the make and Build in the
project manager.
Is that feature request in QC? I'd like to see it as well. 8-)
--
David Dean (CodeGear)
Lead C++ QA Engineer
Larry Griffiths
2008-07-28 03:31:11 UTC
Permalink
QC # 64878
Post by David Dean [CodeGear]
Post by Larry Griffiths
What I would prefer is a compile-only option like the make and Build in the
project manager.
Is that feature request in QC? I'd like to see it as well. 8-)
--
David Dean (CodeGear)
Lead C++ QA Engineer
David Dean [CodeGear]
2008-07-28 20:10:54 UTC
Permalink
Post by Larry Griffiths
QC # 64878
Leo opened it this morning. 8-)
--
David Dean (CodeGear)
Lead C++ QA Engineer
Loading...