Appendix A Errors and Warnings
LabWindows/CVI Programmer Reference Manual A-30
©
National Instruments Corporation
Operands of ‘=‘ have
incompatible calling
conventions.
Compile
Error Function pointer is assigned an expression
that does not match its calling convention.
Operands of [one from
set of binary operators]
have illegal types TYPE
and TYPE.
Compile
Error Types of the two operands to the
binary operator are illegal according to the
ANSI C standard.
Operands of [one from
set of binary operators]
have incompatible types.
Compile
Error Types of the two operands to the binary
operator are not compatible according to the
ANSI C standard.
Operand of unary
OPERATOR has illegal
type TYPE.
Compile
Error Type of the operand to the unary operator is
not valid.
Out-of-bounds pointer
argument (before start
of array).
Fatal
Run-timeError Pointer expression you passed to the library
function is invalid because it refers to a
location that is before the start of an array.
The expression is probably the result of
previous illegal pointer arithmetic.
Out-of-bounds pointer
argument (past end of
array).
Fatal
Run-timeError Pointer expression you passed to the library
function is invalid because it refers to a
location past the end of an array. The
expression is probably the result of previous
illegal pointer arithmetic.
Out-of-bounds pointer
arithmetic: NUMBE R bytes
(NUMBER elements) before
start of array.
Non-Fatal
Run-time Error Pointer arithmetic expression is invalid
because the resulting value refers to a
location before the start of an array. The
error message shows the number of bytes
and number of array elements before the
beginning of the array.
Out-of-bounds pointer
arithmetic: NUMBE R bytes
(NUMBER elements) past
end of array.
Non-Fatal
Run-time Error Pointer arithmetic expression is invalid
because the resulting value refers to a
location past the end of an array. The error
message shows the number of bytes and
number of array elements past the end.
Out of memory for user
protection information. Fatal
Run-timeError Could not allocate memory required to store
user protection information.
Table A-1. Error Messages (Continued)
Error Message Type E rro r Comment
00ProRef.book : 07AppA.fm Page 30 Monday, March 9, 1998 3:23 PM