National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
©
National Instruments Corporation A-45 LabWindows/CVI Programmer Reference Manual
Unsigned operand of
unary –.
Compile
Warning
You performed a nonsensical unary negation
operation on an unsigned type. A negation
operation on an unsigned type is not
effective.
Unsupported segment
combination type NUMBER:
segment name NAME.
Load Error LabWindows/CVI encountered a bad
segment while loading an external object
module. Ensure that the external object
module was compiled properly.
Use of keyword
'__import' contradicts
previous use of keyword
'__export' at POSITION.
Compile
Error
Use of a keyword in a variable definition
contradicts a previous definition, for
example:
int __export x;
int __import x=0;
Use of keyword
'__export' contradicts
previous use of keyword
'__import' at POSITION.
Compile
Error
Use of a keyword in a variable definition
contradicts a previous definition, for
example:
int __import x;
int __export x=0;
Use of keyword
'__declspec(dllimport)'
contradicts previous
use of keyword
'__declspec(dllexport)'
at POSITION.
Compile
Error
Use of a keyword in a variable definition
contradicts a previous definition, for
example:
int __declspec(dllexport) x;
int __declspec(dllimport) x=0;
Use of keyword
'__declspec(dllexport)'
contradicts previous
use of keyword
'__declspec(dllimport)'
at POSITION.
Compile
Error
Use of a keyword in a variable definition
contradicts a previous definition, for
example:
int __declspec(dllimport) x;
int __declspec(dllexport) x=0;
Value parameter
expected.
Non-Fatal
Run-time Error
You passed a pointer for a format specifier
that requires a scalar value.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 45 Monday, March 9, 1998 3:23 PM