National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
LabWindows/CVI Programmer Reference Manual A-16
©
National Instruments Corporation
Field name missing. Compile
Error
Identifier is missing from a member (field)
declaration in a
struct or union type
declaration. Make sure that an identifier
follows the member type specifier.
Format string integer is
too big.
Non-Fatal
Run-time Error
Integer used in the format string is too large.
Found TYPE expected a
function.
Compile Error
or Warning
In an expression, the compiler expects the
name of a function or pointer to function to
precede a
(. In a #pragma line, the compiler
expects the name of a function after the
pragma type.
Function definitions are
not allowed in the
interactive window.
Compile
Error
Function definitions cannot appear in the
Interactive Execution window.
Function FUNCTION:
(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.
Function FUNCTION has
an unsupported return
type size.
Glue Code
Generation
Error
Glue code generation or the DLL loading
facilities do not support the return type of the
function.
Function requires extra
code to handle
Callbacks: FUNCTION.
Glue Code
Generation
Error
Automatic glue code generation facility
cannot generate complete code for this
function because one of its parameters is a
function pointer or it returns a function
pointer. You must generate and modify the
glue source code.
h modifier is only valid
with d, i, n, o, u, and
x specifiers.
Non-Fatal
Run-time Error
You can only use the h modifier with integer
format specifiers.
Header name literal
too long.
Compile
Error
Header name length exceeds
implementation limitations. Ensure that the
header name is properly terminated with a
>
or a
", or shorten the string literal.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 16 Monday, March 9, 1998 3:23 PM