Hi,
Do I have to create in VC++ 6 Console application to use GLUT? I've created a Win 32 Application and I have a problems with glutInit because I can't pass arcp and argv parameters from WinMain, if I set glutInit(NULL, NULL) program crashes.
thanks




