EGL Java™ runtime error code VGJ0023E

VGJ0023E: Error loading data from reference type parameter %1.

Explanation

A function parameter has been defined as a reference type and was accessed as a primitive type.

User Response

Change the code and remove the access to the reference type parameter.

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