Hi, guys
I'm testing LWjgl - Version: 2.9.3.
Build it using default ant target and everything works just fine with desktop OpenGL.
Then I try the OpenGL ES. It compiles OK, generated correct OpenGL ES classes and binary lwjgl.dll ( I would suggest that GLES use a different native lib name, but that is another subject ...)
When I try to run org.lwjgl.test.opengles.Gears demo I have the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\LWjGL\GLES\x86\lwjgl.dll: Can't find dependent libraries
I try to find missing libraries with depends.exe and NikPEViwer, but no clues about what lib is missing.
I try libEGL.dll and libGLESv2.dll from Imagination (PowerVR) SDK 3.4, but same error. The libraries are ok, as mali-cube.exe (from Mali OpenGL ES SDK) runs fine using those libs, as well Angles' eglinfo.exe.
I also try MSVS 2010 and MSVS 2013, but same results.
Any comments will be welcome

Aces