The winapi tag has no wiki summary.
0
votes
2answers
126 views
WinAPI SwapBuffers and Threads
I'm trying to use a different Thread for the whole WinAPI-Message-Loop stuff, so the window always keeps being responsive. Of course I'm using the main thread as the "window thread", because I need a ...
0
votes
1answer
176 views
Moving the camera as in a first person shooter
I am trying to implement the movement of the camera with the mouse. The result I want to achieve is the same that you get when you move your aim in a first person shooter.
Here is the code I wrote, ...
1
vote
0answers
52 views
Access violation when playing mp3 using DirectShow
I have reopened one older project that uses DirectShow for audio playback. Before, I would compile and run it on Windows 7 using MVStudio 2010 without trouble, now I have Windows 8 and MVStudio 2012 ...
1
vote
0answers
83 views
Application window as polygon texture?
Is there a way, or method, to have some application rendered as texture in 3D scene on some polygon, and also have full interactivity with it?
I'm talking about Windows platform, and maybe OpenGL but ...
0
votes
0answers
73 views
Windows API basic paint program
Just trying to learn a bit of Win API. I'm trying to make a basic drawing app, a bit like MS Paint.
For the time being I'm trying to get one function to work which is, when you left click and drag ...