EGL Java™ runtime error code VGJ0932E

VGJ0932E: The native C function, %1, has not returned the correct number of values expected by the calling function.

Explanation

If the function was invoked as part of an expression, then it returned more than one value. Otherwise the number of returned variables was different from the number of receiving variables.

User Response

Check that the correct function was called. Review the logic of the native C function, especially the values returned by it, to ensure that it always returns the expected number of values.

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.