Re: Extremely long build times



Like Craig says, look for your program searching for links that are no longer there. I just did a test build on an app of 899,633 lines of code, and it took 2 mins 7 secs with many other apps loaded and getting their slice of processor time.

I'd suggest taking off all the links in the search path, copying them to your notepad and adding them one at a time as you do a build until you have all the ones you need to do a good build with no errors. I'd guess that it would take you less time to do this than the 37+ minutes it takes you now to do a single build.

- Eduardo
Stop Continental Drift!
-- Anon

Eminent Domain Software
"Custom Software Development For Your Domain"

Makers of EDSSpell, EDSPrint, EDSZipCodes and
XSpell, the IDE Expert.


Stavros Papadopoulos wrote:
Building our 500,000+ line application in Delphi 2007 takes about 37
minutes (although sometimes, for unknown reasons, it will take more
.