An example of DirectDraw rendering:
Window.cxx- window mode.Screen.cxx- full screen mode.
Configure the build:
- Enable Unicode support.
- Link with
ddraw.libanddxguid.lib.
Example of DirectDraw rendering in window and full screen modes.
C++MIT
An example of DirectDraw rendering:
Window.cxx - window mode.Screen.cxx - full screen mode.Configure the build:
ddraw.lib and dxguid.lib.