EntropySink

Technical & Scientific => Programming => Topic started by: ahluka on November 30, 2005, 12:14:21 PM

Title: DirectX9 DirectDraw/C++ Tutorial?
Post by: ahluka on November 30, 2005, 12:14:21 PM
I've just had a good 20 minute search for a DirectDraw tutorial that uses Directx9 and C++. I've found loads of tutorials on VB/C#, usually with DirectX7, but they don't help much.

Anyone got any linkies?
Title: DirectX9 DirectDraw/C++ Tutorial?
Post by: JaWiB on November 30, 2005, 05:18:26 PM
I'm pretty sure they stopped updating DirectDraw (starting with DirectX 8 I think)

You should still be able to use it, but it might be easier just to do 2D graphics using Direct3D (eg, using D3DXSPRITEs)
Title: DirectX9 DirectDraw/C++ Tutorial?
Post by: bman on December 19, 2005, 09:54:18 PM
http://www.drunkenhyena.com/cgi-bin/directx.pl
Maybe?
Title: DirectX9 DirectDraw/C++ Tutorial?
Post by: ahluka on December 20, 2005, 01:48:27 AM
Thanks :)