HP Pascal/iX Reference Manual (31502-90022)

A-: 67
CAUSE If only one of the parameters is crunched, then the elements
must be packed in with no wasted space between elements.
ACTION Check the packing.
---------------------------------------------------------------------------------------
872 MESSAGE ARRAY ELEMENTS CANNOT BE CONFORMANT ARRAYS. (872)
CT CAUSE If an array parameter to one of the MOVE routines is a
conformant array, then its elements must not themselves be
conformant arrays. The size of the elements must be known at
compile time.
ACTION Use a different mechanism like a FOR or WHILE loop to move the
elements.
---------------------------------------------------------------------------------------
873 MESSAGE INVALID MODULE LIBRARY SPECIFIED (873)
CT CAUSE Either the file that is to be used for the search of a module
or the file that is the Module Library is not of the Module
Library format.
ACTION Ensure that the file that was previously created is in Module
Library format.
---------------------------------------------------------------------------------------
874 MESSAGE INVALID IMPORT MODULE ENVIRONMENT (874)
CT CAUSE Trying to import a module which was compiled under a different
compilation environment.
ACTION Recompile imported module on current machine.
---------------------------------------------------------------------------------------
875 MESSAGE INTRINSIC DECLARATION NOT ENTERED INTO INTRINSIC FILE (875)
CT CAUSE Due to a previous error the intrinsic declaration was not
entered into the intrinsic file.
ACTION Correct previous errors.
---------------------------------------------------------------------------------------
876 MESSAGE INTRINSIC FILE OVERFLOW (876)
CT CAUSE The physical limit of the intrinsic file has been exceeded.
ACTION Build a larger intrinsic file using BUILD or a file equation.
---------------------------------------------------------------------------------------
877 MESSAGE INVALID DEREFERENCING OF AN IMPORTED POINTER (877)
CT CAUSE Trying to dereference an imported pointer whose type is not
defined.
ACTION Import the type that the pointer points to.
Do not dereference the pointer in this module.
---------------------------------------------------------------------------------------
878 MESSAGE INVALID USE OF AN INLINED ROUTINE (878)