Login  Register

Re: Missing method at jogl_mobile.dll

Posted by Alessandro on Dec 12, 2014; 11:04am
URL: https://forum.jogamp.org/Missing-method-at-jogl-mobile-dll-tp4033748p4033755.html

Bug filled  as number 1110.
https://jogamp.org/bugzilla/show_bug.cgi?id=1110

Checking at Github I note the that the missing functions is available at file
jogl/make/config/jogl/egl-CustomCCode.c and it is possibly generated from file egl-CustomJavaCode.java in the same folder.

jogl/make/config/jogl/egl-CustomCCode.c
jogl/make/config/jogl/egl-CustomJavaCode.java

I guess the make file just missed compile & link operations with above source code.

==============
Updated on 26/12/2014 - Fixed the link to Bugzilla.