Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I don't want to use GLUT|ES as this is available only for OpenGL ES 1.x.

It seems that support for WindowsCE was added in version 2.4.0: http://freecode.com/projects/freeglut. But it seems that if I want to use it I'll have to build it according to this http://freeglut.sourceforge.net/docs/gles.php. Not even this freeGlut modified version doesn't work: http://www.g-truc.net/post-0457.html (as the author says). The file *freeglut_std.h* still uses OpenGL macros like GLdouble.

Anyway, I will try to build for OpenGL ES and I will update my question.

Update: I have built freeGlut for Windows Compact/CE setting Preprocessor directive: _WIN32_WCE. I have also set DFREEGLUT_GLES2=ON although I don't really know how that works (I am not that experienced in C++). But when I change include directives to use OpenGL ES offcourse the code breaks as this is all written in desktop OpenGL.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.