National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
©
National Instruments Corporation A-43 LabWindows/CVI Programmer Reference Manual
Unexpected end of format
string.
Non-Fatal
Run-time Error
Format string you passed to the function is
not complete. It is missing a source or
destination format specifier, or contains an
incomplete format specifier.
Unexpected token. Compile
Error
Compiler encountered an unexpected token
while processing a
#define preprocessor
directive. Check for missing
) in your macro
parameter lists.
Unexpected trailing
tokens on directive line
ignored.
Compil e
Warning
Preprocessor line contains harmless trailing
tokens that the compiler ignored.
Uninitialized pointer. Non-Fatal
Run-time Error
You never assigned a value to the pointer
argument you passed to a function.
Uninitialized pointer
argument to library
function.
Fatal
Run-time Error
Pointer expression you passed to the library
function is invalid because you did not
initialize it. It is either a local variable or an
object in dynamic memory that you did not
initialize.
Uninitialized string. Non-Fatal
Run-time Error
You never assigned a value to the pointer
argument you passed to the library function,
or it is
NULL.
'union NAME' declared
inside parameter list
has scope only for this
declaration.
Compile
Warning
Union declared in the parameter list has
scope only within the parameter list. As a
result, its type is incompatible with all other
types. You should declare the union type
before you declare function types that use it.
Unknown enumeration
NAME.
Compile
Error
NAME
is an undeclared enumeration type.
Unknown field NAME
of TYPE.
Compile
Error
Member selection or dereference has
attempted to access an undeclared member,
(field) name of a
struct, or union type.
Ensure that the member is declared for the
struct or union type you select or
dereference.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 43 Monday, March 9, 1998 3:23 PM