Tuesday, September 6, 2011

[DirectX] How to link the DirectX SDK to VisualStudio 2010

After you installed the DirectX SDK (Software develop Kit), you need to link it to the Visual Studio.
You can follow the steps showed below to do it:

Solution

After you new a project, right-click the project in the "solution explorer",
than choose "Properties"


Than follow the steps below and set the value as the path of "Include" directory in your DirectX SDK installed path.


Than follow the steps below and set the value as the path of "Lib" directory in your DirectX SDK installed path.

No comments :

Post a Comment