Thread overview
DirectX 9 headers??
Oct 04, 2007
BCS
Oct 04, 2007
Clay Smith
Oct 05, 2007
BCS
October 04, 2007
Does anyone have a D port of the DirectX 9 headers?


October 04, 2007
BCS wrote:
> Does anyone have a D port of the DirectX 9 headers?
> 
> 

Look here: http://www.dsource.org/projects/nonagon/browser/trunk/nonagon
October 05, 2007
Reply to Clay,

> BCS wrote:
> 
>> Does anyone have a D port of the DirectX 9 headers?
>> 
> Look here:
> http://www.dsource.org/projects/nonagon/browser/trunk/nonagon
> 

thanks


October 05, 2007
"BCS" <ao@pathlink.com> wrote in message news:ce0a3343242368c9d4c444976e5e@news.digitalmars.com...
> Reply to Clay,
>
>> BCS wrote:
>>
>>> Does anyone have a D port of the DirectX 9 headers?
>>>
>> Look here: http://www.dsource.org/projects/nonagon/browser/trunk/nonagon
>>
>
> thanks
>
>

They might be a little out of date, I believe I mention which version of the DX9 SDK I made those headers against.  Something like June 2005.

Regardless, it's pretty easy to get anything you need from the C++ headers -- just grep, copy, and translate to D.  I'm sure there's some new fancy features that have come out since I last used the DX9 SDK...