National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
LabWindows/CVI Programmer Reference Manual A-6
©
National Instruments Corporation
Attempt to realloc
uninitialized pointer.
Fatal
Run-time Error
Pointer value you passed to the realloc
function is invalid because you did not
initialize it. It is probably an uninitialized
local variable. You must initialize local
variables before you use them.
Attempt to write beyond
end of array.
Non-Fatal
Run-time Error
Output array is smaller than the given format
specifiers and input parameters require.
Attempt to write beyond
end of string.
Non-Fatal
Run-time Error
Output string is smaller than the given
format specifiers and input parameters
require.
b modifier must precede
o modifier.
Non-Fatal
Run-time Error
If both the b and o modifiers are present, the
b modifier must precede the o modifier.
Bad BSS section
encountered while
reading external module:
FILE.
Object Load
Error
Object module is corrupted or is
of a type that you cannot load into
LabWindows/CVI.
Bad COFF Library header. Object Load
Error
Library file you are loading is either
corrupted or not in the COFF format.
Bad COFF Library member
header.
Object Load
Error
COFF library you are loading contains a
module that is corrupted or in an invalid
format.
Bad location code: OMF
record position NUMBER:
OMF record type NAME.
Link Error Object module is corrupted or is of a type
that you cannot load into LabWindows/CVI.
Bad magic number
encountered while
reading external module:
FILE.
Link Error Object module is corrupted or is of a type
that you cannot load into LabWindows/CVI.
Bad method: OMF record
position NUMBER: OMF
record type NAME.
Link Error Object module is corrupted or is of a type
that you cannot load into LabWindows/CVI.
Bad name: OMF record
position NUMBER: OMF
record type NAME.
Link Error Object module is corrupted or is of a type
that you cannot load into LabWindows/CVI.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 6 Monday, March 9, 1998 3:23 PM