Include files directX

Hi,

At this moment I’m trying out the SDL library. But I’ve an question
regarding the directX include files. Where can you get these?. I’ve
searched the ms website but I can’t find them.
http://www.microsoft.com/directx. Only states you can order an CD… :frowning:

grt,

At this moment I’m trying out the SDL library. But I’ve an question
regarding the directX include files. Where can you get these?. I’ve
searched the ms website but I can’t find them.
http://www.microsoft.com/directx. Only states you can order an CD… :frowning:

Yes, unfortunately Microsoft is now charging for the SDK media.

You can use SDL without the headers though, just link with the included
precompiled libraries, or if you want to rebuild from source you can do
so by not including the DirectX interface and then defining NO_DIRECTX_HEADERS
when compiling obj/load.c

You’ll have to move one of the #endif’s in load.c down one line if you
define NO_DIRECTX_HEADERS in SDL 0.6g – this is fixed in the latest
release which will be out in a day or two.

See ya!
-Sam Lantinga (slouken at devolution.com)–
Author of Simple DirectMedia Layer -
http://www.devolution.com/~slouken/SDL/