When I compile my program using DelphiXE2, it also compiles a long list of RichView modules (BackRVFrm.dcu, BaseRVFrm.dcu, RVColorCombo.dcu, etc) and places the dcu files in the folder where my programs' object files are deposited.
Why is this ???
Surely the TRichView modules should not be compiled each time, but linked in from a common folder created when the packages were installed ??
What am I doing wrong ?? What should I configure in Delphi/Tools/Options to avoid this happening ???
Jim Fleming
Unnecessary compiling of TRichView modules.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Sergey,
Have just sent the missing dproj file.
The described behaviour (unnecessary recompiles) is also seen by another, bigger, program of mine, but it does not create a sub-tree of folders with all dcus and the exe down in the tree -- it generates all dcus of my program in the project source folder.
However, it does recompile all RichView modules, as does the first program, but places them in the TRichView install folder (C:/Archivos de programa/TRichView).
Both programs are compiled with the Debug build configuration.
Jim Fleming
Have just sent the missing dproj file.
The described behaviour (unnecessary recompiles) is also seen by another, bigger, program of mine, but it does not create a sub-tree of folders with all dcus and the exe down in the tree -- it generates all dcus of my program in the project source folder.
However, it does recompile all RichView modules, as does the first program, but places them in the TRichView install folder (C:/Archivos de programa/TRichView).
Both programs are compiled with the Debug build configuration.
Jim Fleming