C/C++ Programmer's Guide (G06.25+)
TNS C Compiler Messages
HP C/C++ Programmer’s Guide for NonStop Systems—429301-008
20-3
Types of Compiler Messages
10
The compiler detected an error in the expression—presumably a subscript
expression—following the left bracket character. This error can occur if the expression
in brackets is null (not present).
11
The length of a string constant exceeded the maximum allowed by the compiler (256
bytes). This error occurs if you omit the closing double quote when specifying the
string.
12
The compiler did not accept the expression preceding the period or arrow operator as
a structure or pointer to a structure. This error can occur even for constructions that are
accepted by other compilers.
13
The compiler did not find an identifier following the period or arrow operator.
14
The indicated identifier was not a member of the structure or union to which the period
or arrow operator referred. This error can occur for constructions that are accepted by
other compilers.
15
You did not implicitly or explicitly declare the identifier preceding the function call
operator as a function.
invalid subscript expression
string too large or not terminated
invalid structure reference
member name missing
undefined member member-name
invalid function call