National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
LabWindows/CVI Programmer Reference Manual A-22
©
National Instruments Corporation
Insufficient system
memory for Interactive
Window
Link Error There is not enough memory to run the code
in the Interactive Execution window.
Insufficient system
memory for project.
Link Error There is not enough memory to link the
project.
Insufficient user data
memory for project.
Link Error There is not enough memory to link the
project.
Invalid hexadecimal
constant.
Compile
Error
A token the compiler assumes to be a
hexadecimal constant is badly formed.
Ensure that token conforms to the syntax for
hexadecimal constants, especially that a
valid hexadecimal digit follows the
0x or
0X prefix.
Invalid initialization
type; found TYPE
expected TYPE.
Compile
Error
Expression that initializes the object
declaration is type incompatible with the
object. Ensure that the initialization
expression is assignment compatible with
the object type. Ensure that all constituent
values of an aggregate expression match the
corresponding positional types of the
aggregate type, such as member types of a
struct or union type.
Invalid octal constant. Compile
Error
A token the compiler assumes to be an octal
constant is badly formed. Ensure that the
token conforms to syntax for octal constants,
especially that a valid octal digit follows the
leading
0 prefix.
Invalid operand of unary
&; NAME is declared
register.
Compile
Error
It is illegal to take the address (& prefix
operator) of an object you declare to be of
register class. Remove the register
keyword from the object declaration if you
want to apply the address operator to it.
Invalid pointer argument
to library function.
Fatal
Run-time Error
Pointer expression you passed to the library
function is invalid. It is probably the result of
a previous invalid pointer operation.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 22 Monday, March 9, 1998 3:23 PM