Environment specific error codes (con’t), Adlib internal error codes – Measurement Computing ADAC-LVi User Manual

Page 259

Advertising
background image

Chapter 4 ADAC-LVi Error Codes

ADAC LabVIEW VI

253

ENVIRONMENT SPECIFIC ERROR CODES (con’t)

ALERR_LOADLIBRARY_COMPRESSED

-100019

Attempt was made to load a compressed
executable file. The file must be
decompressed before it can be loaded.

ALERR_LOADLIBRARY_DLLMISSING

-100020

Dynamic-link library (DLL) file was invalid.
One of the DLLs required to run this
application was corrupt.

ALERR_LOADLIBRARY_32BITREQ

-100021

Application requires Microsoft Windows 32-
bit extensions.

-10XXXX
Note that 32 bit load library errors are a combination of GetlastError() and
AL_LOADLIBRARY_ERROROFFSET. To determine the exact error that occurred subtract
AL_LOADLIBRARY_ERROROFFSET from the Error Code returned and see the SDK Error Codes.

ADLIB INTERNAL ERROR CODES

ALERR_INTERNAL_ISARBITRARY_PARAMETER

-200000

Parameter validation failed.

ALERR_INTERNAL_ISNUMSEQLIST_PARAMETER

-200001

Parameter validation failed.

Advertising