I\'m working on a large delphi 6 project with quite a lot of dependancies. It takes several minutes to compile the whole project. The recompilation after a few changes is so
Some things that could slow down the compiler
uses clause. See this question for a link to CnPack.include TDD32 info.Try to get rid of unused units in your uses clause and see if it makes a difference.