🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

AHHHHHH!!!

Started by
0 comments, last by Komodo_Dragon 24 years ago
I got the GL code to compile, and link. When I run the program it starts fine, but when it goes into fullscreen mode my computer locks up COMPLETELY. This is strange, because I can run the pre-compiled example fine.
}:[]
Advertisement
Try to move the

if (fullscreen)
{
ChangeDisplaySettings(NULL,0);
ShowCursor(TRUE);
}

at the end of the KillGLWindow function instead of the beginning.

This topic is closed to new replies.

Advertisement