National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
LabWindows/CVI Programmer Reference Manual A-34
©
National Instruments Corporation
Project not linked. Link Warning This error occurs when the compiler reports
one or more link errors in the Interactive
Execution window and the project is not in a
linked state. This warning provides a
possible explanation for the link errors. The
Interactive Execution window does not link
to the project unless the project is in a linked
state. If you are referencing project symbols
from the Interactive Execution window, use
the Build Project command from the Build
menu to compile and link the project first.
Qualified function type
ignored.
Compile
Wa rn in g
Any qualification of a function declaration is
extraneous but harmless.
Read error. Link Error Error has occurred while attempting to read
a file. Ensure that the file has access
permission and that it is in the correct
format.
Redeclaration of ‘%s’
with different calling
convention, previously
declared at %w.
Compile
Error
Function has been redeclared with a different
calling convention.
Redeclaration of macro
parameter NAME.
Compile
Error
Parameter name has already been used once
by the macro. Choose another parameter
name.
Redeclaration of NAME. Compile
Error
Declared name conflicts with a previous
declaration in the same scope and name
space. You have already used the name in
this scope. Choose another name for this
declaration.
Redeclaration of NAME
previously declared at
POSITION.
Compile
Error
Declared name conflicts with a previous
declaration in the same scope and name
space. You have already used the name in
this scope. Choose another name for this
declaration.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 34 Monday, March 9, 1998 3:23 PM