Tagged Questions

3
votes
1answer
278 views

Rotate an Image in Windows Mobile Programming

Are there any mechanism within Windows Mobile programming to rotate a Bitmap? I would like to rotate this to any angle.
2
votes
2answers
194 views

“Exclusive” DirectDraw palette isn’t actually exclusive

We're maintaining an old video game that uses a full-screen 256-color graphics mode with DirectDraw. The problem is, some applications running in the background sometimes try to ch …
2
votes
3answers
311 views

Mix opengl and directdraw in different windows of the same application?

Hi, 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 Di …
0
votes
1answer
19 views

Internet Explorer control (or other) rendered onto a directdraw surface

Hi everyone. I'm tasked with modifying an existing c++ codebase which uses directdraw for its UI. Is it possible to make use of a browser control that renders onto one of the (exis …
0
votes
0answers
76 views

How do I handle screen rotation when using DirectDraw Surfaces on WindowsMobile?

I'm having a difficult time coming up with finding the right hooks and making the calls at the right time to gracefully handle changing screen rotation on a mobile device when rend …
0
votes
0answers
90 views

DirectDraw - Overlaying

Greetings. I have been trying to create a directdraw overlay for an FPS game so that I could draw certain something over it (windowed mode) (I have been using GDI and it flickers. …
0
votes
2answers
293 views

DirectDraw question - running the application as a regular Windows application

Hi, I am developing an application for video recording and I want to overlay the video preview with a logo and recording timer. I tried to run the full-screen application and eve …