National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
©
National Instruments Corporation A-25 LabWindows/CVI Programmer Reference Manual
Library function error
(STRING == NUMBER).
Non-Fatal
Run-time Error
Library function could not perform its task.
The integer
NUMBER
is either the function
return value or the value of a global variable
that explains why the function failed. Refer
to the library function reference material for
more information about the error.
Lvalue required. Compile
Error
An lvalue is required in this context. Ensure
that the expression conforms to the
semantics of an lvalue.
Macro expansion too
large.
Compile
Error
Macro expansion has exceeded the compiler
implementation size limitation.
Macro parameter must
follow # operator.
Compile
Error
# operator requires that a macro parameter
immediately follow it in a macro
replacement list.
Matching push not
encountered or already
popped.
Compile
Error
pack pragma used a named pop that does not
balance with the push of the same name.
Missing { in
initialization of TYPE.
Compile
Error
Initialization of a struct, union, or array
type, is missing a starting
{ for an aggregate
initialization value.
Missing #endif Compile
Error
#if, #ifdef preprocessor directive must
have a corresponding
#endif in the same
source file.
Missing #include file
name; #include expects
"FILE" or <FILE>.
Compile
Error
No include filename follows the #include
preprocessor directive. Ensure that a
filename of the correct form follows
#include or that any macro that follows
#include expands into the correct form for
an include filename.
Missing '. Compile
Error
Termination single quote character ' is
missing from a character or wide character
literal.
Missing CHAR. Compile
Error
Check for unterminated string or character
literal.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 25 Monday, March 9, 1998 3:23 PM