Tagged Questions
2
votes
3answers
590 views
Mix opengl and directdraw in different windows of the same application?
I'm developing an application with two windows:
Window 1: Renders direct draw surfaces
Window 2: I'd like to have it do pure OpenGL calls
I don't want to mix OpenGL and DirectDraw in the same ...
1
vote
1answer
293 views
sdl remote desktop
for a simple demo program I am using the SDL library to play a mpeg movie file.
Unfortunately the demo app should be executed on one of our windows 7 servers and it should be looked at remotely.
The ...