MPE/iX Error Messages Manual Vol 3 (32650-90880)
Chapter 4 169
Error Messages Viii C 3
Symbolic Debugger
CAUSE Token parsed as a string constant was missing a trailing
double quotation mark before the end of the command
line.
ACTION Re-enter the string with a beginning and ending double
quotation marks.
UE402 MESSAGE MACROS NESTED TOO DEEPLY
CAUSE A user specified macro has caused the evaluation of over
20 macro definitions during its evaluation. The debugger
cannot evaluate macros nested this deep. This error can
also be caused by a recursive macro definition.
ACTION Redefine the macro using fewer than 20 macro definitions,
or remove the recursive definition.
UE403 MESSAGE MACROS PROCESSING OVERFLOW
CAUSE While evaluating a userh specified macro, the buffer used
to hold the resulting definition for this macro was about to
overflow, and the processing for this macro terminated
unsuccessfully.
ACTION Undefine the unnecessary macros and redefine the macro.
UE404 MESSAGE SORRY, YOU CAN'T ACCESS A NAKED FIELD
CAUSE An attempt was made to refer to a field by name without
specifying the qualifying structure (for example, union,
record, pointer, etc.).
ACTION Use the \t display format for more information.
UE405 MESSAGE TOO MANY SUBSCRIPTS
CAUSE An attempt was made to dereference an array with more
dimensions than it was declared to have. However, HP C
does allow you to dereference pointers in this manner.
ACTION Use the \t display format for more information.
UE407 MESSAGE INVALID FIELD ACCESS: "NAME"
CAUSE An attempt was made to do a field dereference of an object
(NAME) that was not a structure or union.
ACTION Use the \t display format to determine the characteristics
of the object (NAME).
UE408 MESSAGE NO SUCH FIELD NAME "NAME" FOR THAT RECORD
NO SUCH FIELD NAME "NAME" FOR THAT STRUCT
NO SUCH FIELD NAME "NAME" FOR THAT UNION
CAUSE Struct (union, record) did not contain a field of that
NAME.
ACTION Use the \t display format for more information.