National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
©
National Instruments Corporation A-29 LabWindows/CVI Programmer Reference Manual
Null Pointer. Fatal
Run-time Error
Pointer expression you passed to the library
function has the value
NULL, which is not a
valid value for the function.
Null pointer argument to
library function.
Fatal
Run-time Error
Pointer expression you passed to the library
function has the value
NULL, which is not a
valid value for the function.
NUMBER is an illegal
array size.
Compile
Error
Make sure that the size of the array
declaration is > 0.
NUMBER is an illegal bit
field size.
Compile
Error
Make sure that the size you specified for the
bit field is 0 and 32.
NUMBER line(s)
truncated. File set to
read-only.
Compile
Error
Occurs when reading in source or include
file. Lines are limited to 254 characters,
where tabs count as 1. Use the editor in
which you created the file to split the line.
Number of arguments
exceed the maximum
supported.
Non-Fatal
Run-time Error
Number of arguments exceeds the maximum
that the formatting functions support.
Number of points is too
large for current
waveform buffer.
Fatal
Run-time Error
Message appears when the
numberofPoints parameter of a data
acquisition waveform generation function is
larger than the
numberofPoints parameter
to the function which set up the waveform
buffer.
Object module contains
unsupported FAR
pointers.
Object Load
Error
External object module contains FAR
pointers, which you cannot implement in
LabWindows/CVI.
One of the arguments to
FUNCTION has an
unsupported size.
Glue Code
Generation
Error
One of the function arguments has a type that
the LabWindows/CVI glue code generation
and DLL loader do not support.
Only object modules
produced by WATCOM C 386
fully supported.
Link Error External object module contains OMF
records that LabWindows/CVI does not
recognize or support. Ensure that the object
file was compiled with a Watcom C 386
compiler with the recommended options.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 29 Monday, March 9, 1998 3:23 PM