National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
LabWindows/CVI Programmer Reference Manual A-2
©
National Instruments Corporation
## at end of macro
definition.
Compile
Error
## preprocessing token is at the end of a
macro definition. Ensure that a
preprocessing token(s) follows
##.
, or ) expected. Compile
Error
Ensure that the function macro argument list
terminates with a
) and that a , separates all
the macro arguments.
0 flag is not valid with
c, s, p, and n
modifiers.
Non-Fatal
Run-time Error
Use of an incorrect format specifier or use of
a field width starting with
0 might cause this
error.
Aborted load of library
FILE.
Link Error Library load operation aborted. A more
specific diagnostic of the library load error
precedes this message.
Aborted load of member
NAME from library FILE.
Link Error Library member load operation aborted. A
more specific diagnostic of the library
member load error precedes this message.
Aborted load of object
module FILE.
Link Error Object file load aborted. A more specific
diagnostic of the object file load error
precedes this message.
Absolute segments not
supported: segment name
NAME.
PC/Windows
Load Error
OMF object file contains a segment to load
at an absolute address.
Anonymous enum declared
inside parameter list
has scope only for this
declaration.
Compile
Warning
Enumeration declared in the parameter list
has scope only within the parameter list. As
a result, its type is incompatible with
all other types. You must declare the
enumeration type before declaring function
types that use it.
Anonymous struct
declared inside
parameter list has scope
only for this
declaration.
Compile
Warning
Structure declared in the parameter list has
scope only within the parameter list. As a
result, its type is incompatible with all other
types. You must declare the structure type
before declaring function types that use it.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 2 Monday, March 9, 1998 3:23 PM