_MODULE Modules Report

Top  Previous  Next

 

Targets: All

 

Sections:

 

MODU1-Module information

MODU2-Last modified file

MODU3-Unique files

MODU4-Missing files

MODU5-Binary DFM/XFM files

 

 

 

MODU1-Module information

 

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)

 

 

MODU2-Last modified file

 

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.

 

 

MODU3-Unique files

 

This is a list of all unique files referenced. You may use this information to create a batch backup utility.

 

 

MODU4-Missing files

 

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.

 

 

MODU5-Binary DFM/XFM files

 

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:

 

R_REF Reference Reports