I have an application that was launched in Turbo Pascal 5 and is now located in Delphi 7 (the roots of the project are over 20 years old). We are trying to move this project to Delphi XE.
There is a unit that is compiled into exe, which should not be compiled into this project at all. I could not correctly track how it gets into the compilation.
Is there a log or any other tools that I can use to view the unit compilation order so that I can trace this problem?
NOTE. I already tried using the ICARUS tool to successfully complete the trace.
EDIT: I'm sure using brute force and enough time, I can solve this problem. I am looking for a more elegant solution, if available.
source share