National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
LabWindows/CVI Programmer Reference Manual A-28
©
National Instruments Corporation
No data relocation
section found for
external module: FILE.
Link Error External object module does not contain the
relocation information necessary to link it in
with the rest of the project. You cannot load
an executable as an object module.
No data section
found for external
module: FILE.
Link Error External object module does not contain the
initialized data necessary to link it in with
the rest of the project. Ensure that you built
the external object file correctly.
No pack settings
currently pushed.
Compile
Error
pack pragma used a pop when there were no
pushes.
No symbol table
found for external
module: FILE.
Link Error External object module does not contain the
symbol table information necessary to link it
in with the rest of the project. Ensure that
you built the external object file correctly.
No text relocation
section found for
external module: FILE.
Link Error External object module does not contain the
relocation information necessary to link it in
with the rest of the project. You cannot load
a linked executable as an object module.
No text section
found for external
module: FILE.
Link Error External object module does not contain the
initialized instruction data necessary to link
it in with the rest of the project. Ensure that
you built the external object file correctly.
Non-terminated
address list.
Fatal
Run-time Error
You attempted to pass an address list array
that you did not terminate with
–1 to a
GPIB-488.2 function that expects the array
to terminate with
–1.
Not enough parameters. Non-Fatal
Run-time Error
Number of arguments the format string
expects is more than the number of
arguments you passed in.
Not enough space for
casting expression
to TYPE.
Non-Fatal
Run-time Error
Block of memory you obtained from
malloc or calloc is not large enough for a
single object of type
TYPE
and cannot be cast
to that type.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 28 Monday, March 9, 1998 3:23 PM