CEE3560S
DLL dll-name does not export any functions.

Explanation

The application made an implicit reference to DLL, dll-name. During the load of the DLL it was determined that the application references functions from the DLL. However, the DLL that was loaded does not contain any exported functions.

System action

The condition is signaled. If the condition is not handled the default action is to terminate the enclave.

If the _EDC_DLL_DIAG environment variable is not set to QUIET, the error message is sent to the Language Environment® message file. Other DLL diagnostic options, such as issuing ctrace(), signaling a condition, and turning off _EDC_DLL_DIAG diagnostics, are available through the _EDC_DLL_DIAG environment variable.

A CEEDLLF DLL failure control block is populated with further DLL error diagnostics.

Programmer response

Ensure that the DLL indicated in the job library or link library is the correct version, and that it contains the external function.

Symbolic Feedback Code

CEE3F8