Measurement Computing ADLIB WIN User Manual

Page 180

Advertising
background image

Chapter 43 ADLIB Error Codes

30-30

ENVIRONMENT SPECIFIC ERROR CODES - continued

ALERR_LOADLIBRARY_SECONDINST

-100016

Attempt was made to load a second instance

of an executable file containing multiple

data segments that were not marked read

only.

ALERR_LOADLIBRARY_COMPRESSED

-100019

Attempt was made to load a compressed

executable file. The file must be decom-

pressed 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.

32 bit load library errors

-100115

The DLL file Pci55mfhr.dll canot be loaded

ADLIB INTERNAL ERROR CODES

ALERR_INTERNAL_ISARBITRARY_PARAMETER

-200000

Parameter validation failed.

ALERR_INTERNAL_ISNUMSEQLIST_PARAMETER

-200001

Parameter validation failed.

Advertising