What exactly does the DirectX SDK install?

Started by
1 comment, last by aaron1a12 12 years ago
So I have begun developing with the DirectX 11 sdk, everything is fine on my computer and my app works great.

BUT when I move and open the application on another PC (which has the C++ 2008 redist installed) the game opens and then crashes.

If I install the DirectX sdk on the testing computer, the game runs fine, but I can't release my game to people along with the DirectX sdk! It's over 1 GB! wacko.png

So what exactly does the DirectX sdk installer do so I can do the same thing with my installer for my game?

Many thanks.
Advertisement
If you make use of D3DX, XACT, Xaudio, or XInput, then you need to have the user install the the DX redistributable. You can find it in your DirectX SDK install directory, under "Redistributable". If you need to give it out, you only need to include the .CAB file for the latest version the component that you use. You can also direct users to the web installer.
Thanks Rocko smile.png I never even looked at the folder!

This topic is closed to new replies.

Advertisement