Windowed games
System Admin
2
Posts
2
Posters
0
Views
1
Watching
-
This is posibly a bumb question but is there a simple way for me to run games in a window? ta Rob
If it's a Win32 game and the game doesn't provide the option, then you're most likely out of luck. Under Direct3D at least, dealing with rendering to a window has a number of peculiarities which are different from rendering fullscreen, so some games just don't support it. I suspect OpenGL is similar, but I don't have enough experience with OpenGL to really say if it's possible to have an external application force the game to render to a window. This is, of course, assuming you're referring to a 3D game... - Mike