beautypg.com

Environment specific error codes – Measurement Computing ADAC-LVi User Manual

Page 258

background image

Chapter 4 ADAC-LVi Error Codes

ADAC LabVIEW VI

252

ENVIRONMENT SPECIFIC ERROR CODES

ALERR_LOADLIBRARY_ERROFFSET

-100000

ADLIB ERROR CODE OFFSET.

ALERR_LOADLIBRARY

-100001

System was out of memory, executable file
was corrupt, or relocations were invalid.

ALERR_LOADLIBRARY_FILE

-100002

File was not found.

ALERR_LOADLIBRARY_PATH

-100003

Path was not found.

ALERR_LOADLIBRARY_LINK

-100005

Attempt was made to dynamically link to a
task, or there was a sharing or network-
protection error.

ALERR_LOADLIBRARY_DATASEG

-100006

Library required separate data segments for
each task.

ALERR_LOADLIBRARY_MEM

-100008

There was insufficient memory to start the
application.

ALERR_LOADLIBRARY_VER

-100010

Windows version was incorrect.

ALERR_LOADLIBRARY_INV

-100011

Executable file was invalid. Either it was
not a Windows application or there was an
error in the .EXE image.

ALERR_LOADLIBRARY_OPSYS

-100012

Application was designed for a different
operating system.

ALERR_LOADLIBRARY_DOS40

-100013

Application was designed for MS-DOS 4.0.

ALERR_LOADLIBRARY_UNKNOWN

-100014

Type of executable file was unknown.

ALERR_LOADLIBRARY_REALMODE

-100015

Attempt was made to load a real-mode
application (developed for an earlier version
of Windows).

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.