Hi Everyone,
Not sure if anyone will be able to help with this. Some time ago, I ported the Euphoria programming language to my C860 (it is available at the
Euphoria Archive - do a search for "Zaurus".) I've been able to do some useful things with it (simple gtk apps for example.)
I've started work on Euphoria bindings for OpenGL based on the Mesa 6.5.3 includes. These are working fine on my Windoze box. However, I prefer to develop on my Z where possible. On my Z the simple redbook "hello" sample intialises its window OK but fails to display the expected white polygon. The window contents just display black.
I am using 1.1.0beta1 and the mesa version from that feed. I thought perhaps that GLUT might be at fault so I compiled and used freeGlut instead, which gave me the error "Unable to create direct context rendering for window..." I then tried the switch "-indirect" which gets rid of the error. I still have a black display though.
I don't care if this runs slow on my Z as what I'm working on is for the desktop anyway, I just prefer to do most of the dev work on the Z.
Any help with this would be much appreciated.
Mark