National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
LabWindows/CVI Programmer Reference Manual A-44
©
National Instruments Corporation
Unknown modifier. Non-Fatal
Run-time Error
One of the modifiers in a format specifier is
not valid.
Unknown or unsupported
OMF record at position
NUMBER: OMF record type
NUMBER.
Load Error LabWindows/CVI encountered an unknown
OMF record while loading an external object
module. Ensure that the external object
module was compiled properly.
Unknown size of
type TYPE.
Compile
Error
You performed pointer arithmetic on
operand(s) that are pointers to types of
unknown size. The types are probably
incomplete types or pointer to function
types. Ensure that the pointer types point to
fully declared types and are not pointers to
functions.
Unknown specifier. Non-Fatal
Run-time Error
Specifier in the format specifier is not valid.
Unnamed pop matching
named push.
Compile
Warning
pack pragma used an unnamed pop that
balances a name push.
Unrecognized character
escape sequence.
Compile
Warning
Character escape sequence does not conform
to any known character escape sequence,
octal escape sequence, or hexadecimal
escape sequence.
Unrecognized character
escape sequence CHAR.
Compile
Warning
Character escape sequence does not conform
to any known character escape sequence,
octal escape sequence, or hexadecimal
escape sequence.
Unrecognized
declaration.
Compile
Error
Declaration is unrecognizable. Check the
declaration syntax for the function, object, or
type you want to use.
Unrecognized
preprocessor directive.
Compile
Error
# character begins an unknown preprocessor
directive. Check the spelling of the
preprocessor directive.
Unrecognized statement. Compile
Error
Statement syntax is unrecognizable. Check
the statement syntax for the type of
statement you want to use.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 44 Monday, March 9, 1998 3:23 PM