National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
LabWindows/CVI Programmer Reference Manual A-10
©
National Instruments Corporation
Compound statements
nested too deeply.
Compile
Error
Program has exceeded the compiler
limitations on the number of nested
compound statements; reduce the depth of
the nested compound statements in the
program.
Conditional inclusion
nested too deeply.
Compile
Error
Program has exceeded the compiler
limitations on the number of nested
conditional preprocessor directives; reduce
the depth of the conditional preprocessor
directives nested in the program.
Conflicting GRPDEFs:
group name NAME.
Link Error Object module is probably corrupted.
Conflicting argument
declarations for
function FUNCTION.
Compile
Error
Arguments of the named function prototype
declaration do not match those for the
old-style function definition of the same
name; ensure that the function declaration
matches that of the old-style function
definition. A better course is to change the
old-style function definition to a new-style
definition that matches the function
prototype declaration.
Constant expression must
be integer.
Compile
Error
Constant integer expression is expected in
this context. Ensure the expression conforms
to the semantics of a constant expression that
computes an integer value.
Conversion from
TYPE to TYPE is
compiler-dependent.
Compile
Warning
Avoid converting between a function pointer
and other types of pointers, because you
should not access functions as data, and you
cannot execute data as functions.
Could not allocate stack
space. Try decreasing
the Maximum stack size
option in the Run
Options dialog.
Fatal
Run-time Error
There is insufficient memory to allocate the
Maximum Stack Size you have specified.
LabWindows/CVI allocates the maximum
size on the stack at the beginning of
execution.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 10 Monday, March 9, 1998 3:23 PM