Original Post
I want to convert my fullscreen game to windowed mode so that I can utilize the Visual Studio debugger, but I am having some problems. I followed the instructions in this article but things still aren't working quite right. The problem is that the graphics are being displayed all distorted. The menu screen, for example, looks like this:
Edit: Actually I just changed the desktop settings to 16 bit color, since the image data in the game is 16 bpp, and it's a little better. It now looks like this:
But I don't want people to have to change their desktop settings just to play the game...
Edit: Actually I just changed the desktop settings to 16 bit color, since the image data in the game is 16 bpp, and it's a little better. It now looks like this:
But I don't want people to have to change their desktop settings just to play the game...