Modules Report |
Top Previous Next |
Targets: All
The Modules Report consists of these sections:
Module information Last modified file Unique files Missing files Binary DFM/XFM files
This section lists all modules that were found by PAL, reporting the following data:
- Lines - Size (bytes) - Date - Time - Path - Encoding - Initialization (if the module has an initialization section) - Finalization (if the module has a finalization section)
This tells which source file that was last modified. If there are more than one file that share the same modification time, PAL will just report the first one it encounters.
This is a list of all unique files referenced. You may use this information to create a batch backup utility.
This is a list of all missing files. Those are files that are referenced, but that PAL was unable to find.
Even files that are not affected in the current analysis will be reported. Consider this code:
(*$IFDEF WIN32*) (*$I Utils32.inc*) (*$ELSE*) (*$I Utils64.inc*) (*$ENDIF*)
Here, if you analyse with a 32-bits target, the file Utils32.inc is reported if it does not exist. But the same applies to the file Utils64.inc, if it does not exist, even though it is not actually affected by the current analysis.
It should be a problem if you try to compile the code with a 64-bits target.
This is a list of all DFM/XFM files that are saved in binary format. It is advisable to choose text format instead.
See also:
|