14 Integrating C Functions (DLL)

Error Messages

600
Unable to load DLL
5 DLL processes have already been started.

The DLL shared memory cannot be assigned.

The DLL process cannot be started.

601
Improper DLL memory size
602
DLL not loaded
603
DLL memory overflow
604
DLL process not found
There is an error in the "C" function, causing the program to abort, or the DLL process has been killed.

605
DLL return area destroyed
Usually a pointer problem in C function.

606
Number of arguments exceeds maximum.

Eloquence Language Manual - 19 DEC 2002