Unable to create OPENGL|ES context error 12293

This is the error when I execute a simple example in my PDA with Windows Mobile 6, the code I execute is:

int wmain(int argc, const char *argv[])
{
glutInit(&argc, argv);
glutInitWindowSize(SCREEN_WIDTH, SCREEN_HEIGHT);
//glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGBA | GLUT_DEPTH); // non supporté par le ES de l’axim
glutInitDisplayString(“red=5 green=6 blue=5 depth=24”);
glutCreateWindow(“Hello GLUT|ES”); // this function fails

Can you help me?

Best regards

MJA

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.