Problems with my first application Windows Mobile 6

Hi, I’m developing in Visual Studio 2005 a Windows Mobile 6 application, and I have several problems and doubts:

1- First I compiled Vincent and GLUT but my first example have the following error:
Unable to create OPENGL|ES context error 12293
The solution I have found in this forum doesn’t work (use glutInitDisplayString(“red=5 green=6 blue=5 depth=24”):wink:

2- In my PDA Windows directory there exist a libGLES_CM.dll, I suppossed I should not overwrite it, should I?

3- If I write main function, I have the following error while compiling:
glutes_static.lib(glutes_main.obj) : error LNK2019: símbolo externo main sin resolver al que se hace referencia en la función WinMain
But if I write wmain instead, then I have the following error:
1>glutes_static.lib(glutes_main.obj) : error LNK2019: símbolo externo main sin resolver al que se hace referencia en la función WinMain

Best regards!

MJ

Should I put both?

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