National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
©
National Instruments Corporation A-31 LabWindows/CVI Programmer Reference Manual
Overflow in constant
CONSTANT.
Compile
Warning
Value of a constant or constant expression
exceeds the limits of the type. Ensure that the
value does not exceed the maximum value
for the expression type.
Overflow in constant
expression.
Compile
Warning
Value of a constant or constant expression
exceeds the limits of the type. Ensure that the
value does not exceed the maximum value
for the expression type.
Overflow in floating
constant CONSTANT.
Compile
Warning
Value of a constant or constant expression
exceeds the limits of the type. Ensure that the
value does not exceed the maximum value
for the expression type.
Overflow in hexadecimal
escape sequence.
Compile
Warning
Value of a constant or constant expression
exceeds the limits of the type. Ensure that the
value does not exceed the maximum value
for the expression type.
Overflow in octal escape
sequence.
Compil e
Warning
Value of a constant or constant expression
exceeds the limits of the type. Ensure that the
value does not exceed the maximum value
for the expression type.
Overflow in value for
enumeration constant
CONSTANT.
Compile
Error
Value of a constant or constant expression
exceeds the limits of the type. Ensure that the
value does not exceed the maximum value
for the expression type.
Overflow occurred during
the conversion of the
int. The absolute value
is too big for the size.
Non-Fatal
Run-time Error
Number was too large to store in the integer
of the specified size.
Overflow occurred during
the conversion of the
float. The number is too
big for type float.
Non-Fatal
Run-time Error
Number was too large to store in a 4-byte
real.
Overflow occurred during
the conversion of the
int. The signed value is
too big for the size.
Non-Fatal
Run-time Error
Number was too large to store in the integer
of the specified size.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 31 Monday, March 9, 1998 3:23 PM