Ok, i have no idea why it doesn't work on gp2x wiz.

- I can compile and execute my opengl es program on wiz
- I get a device context
- I can call eglChooseConfig and get a valid configuration

But calling eglCreateWindowSurface failed with out an error message. The functions seems to be not returning, it terminate the application with out a message.

I have no access to the device, network or serial, so i couldn't debug it.

Thomas