yaor
July 29th, 2002, 10:35 AM
I am trying to do a project which needs IDirectDraw7 interface. Is this included in DirectDraw 7.0? If so, where can I download it? Do I have to download a new version of DirectX for this purpose? If so, what is the version number of DirectX? Thanks!
Manish Malik
July 30th, 2002, 01:33 AM
This should be typedef'd in ddraw.h in any version above DirectX 7 (DirectX 8.1 is the latest version now). You can download the SDK from here (http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/001/771/msdncompositedoc.xml).
yaor
July 30th, 2002, 09:36 AM
Thanks a lot, Manish!