Appendix A Errors and Warnings
LabWindows/CVI Programmer Reference Manual A-42
©
National Instruments Corporation
Undefined symbol NAME. Link Error You used a variable or function in the pro ject
but did not define it anywhere.
Unexpected #elif;
#endif expected. Compile
Error Compiler encountered an #else
preprocessor directive immediately prior to
this #elif at the same level of conditional
inclusion. Ensure that the conditional
preprocessor #include directives at this
level are in the proper order.
Unexpected #elif;
#if not seen. Compile
Error Compiler encountered an #elif
preprocessor directive but it has not yet seen
a beginning #if, #ifdef, or ifndef at
this level.
Unexpected #else;
#endif expected. Compile
Error Compiler encountered an #else
preprocessor directive immediately
following a prior #else at the same level of
conditional inclusion. Ensure that the
conditional preprocessor #include
directives at this level are in the proper order.
Unexpected #else;
#if not seen. Compile
Error Compiler encountered an #else
preprocessor directive, but it has not yet seen
a beginning #if, #ifdef, or ifndef at
this level.
Unexpected #endif;
no matching #if, #ifdef,
or #ifndef.
Compile
Error Compiler encountered an #endif
preprocessor directive but has not yet seen a
beginning #if, #ifdef, or ifndef at
this level.
Unexpected EOF. Load Error LabWindows/CVI encountered an
unexpected End Of File (EOF) condition
when loading an external object module.
Ensure that the object file has not been
truncated.
Unexpected EOF;
TOKEN expected. Compile
Error The compiler encountered an End Of File
(EOF) condition while parsing a syntactic
construct. Ensure that syntactic structure is
complete, such as matching parenthesis and
matching braces.
Table A-1. Error Messages (Continued)
Error Message Type E rror Comment
00ProRef.book : 07AppA.fm Page 42 Monday, March 9, 1998 3:23 PM