Problems with XP

Started by
2 comments, last by owiley 19 years, 5 months ago
Hi there, i've programmed my first graphics game a week ago. It's simple but ok as a start. However, the game does not work on WinXP. It's using OpenGL and the Win32 Api and OpenGL inits are just like the ones in the Nehe Tut1. WinXP exits the game with an error and i don't know why. The game was programmed with C/C++ on Win98 using VC++6. What's the problem with XP???
Advertisement
that's not really enough info... maybe you should post the code, and the error.
Also try using a debugger(if you haven't already)
Did you try to compile it on WinXP?
"...and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces."----------Scott Meyers, "Effective C++"
look at the msdn web sit and see what function are not supported any more and then just change some of the coding
Bring more Pain

This topic is closed to new replies.

Advertisement