Open main menu

CDOT Wiki β

Changes

10th Floor

1,172 bytes added, 15:33, 2 October 2010
Undo revision 46410 by Rmwang (Talk)
== Moderator's - Instructors Comments ==
== Any other thing you find necessary ==
 
=== Visual Studio & DirectX Configuration on Win7 ===
This fixes the DirectX (August 2007) SDK related compilation errors on the Windows 7 machine. Let me know if this doesn't work.
<ul>
<li>Install DirectX August 2007 SDK</li>
<li>Open visual studio and open property manager (View > Other Windows > Property Manager)</li>
<li>Under the Debug|Win32 menu, double-click the Microsoft.Cpp.Win32.user to open the property page</li>
<li>Click on the VC++ Directories under the Common Properties</li>
<li>Add DirectX and Windows 7 SDK include directories:<br /><font color="gray">Note that Microsoft SDK comes first.</font><br /><b>C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include;C:\Program Files\Microsoft DirectX SDK (August 2007)\Include;</b>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include</li>
<li>Do the same thing for the library directories:<br /><b>C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib;C:\Program Files\Microsoft DirectX SDK (August 2007)\Lib\<font color="red">x86;</font></b>$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</li>
<li>Compile</li>
</ul>
1
edit