DirectDraw samples.

Where can i find DirectDraw samples for Visual C++ DirectX SDK for DirectX 9.0 does only include sample files for vb.net an C#.

Tnx for all help i can get :)!




Answer this question

DirectDraw samples.

  • Alex MacFarlane

    Given that DirectDraw is a deprecated component (it was dropped in DX8!) you probably won't find any recent samples. Courtesy of the backwards compatability of DirectX you should still be able to write/compile applications that use DD7 though.

    Current wisdom is that you should use Direct3D for 2D graphics (even though the name might well sound "wrong").

    hth
    Jack


  • DirectDraw samples.