EGL1806E Character host variable is too short for the data.

Explanation

A character host variable that is not large enough has been used while receiving a character string in the native C function.

User Response

Check size of the variable.


Feedback