Changes

Jump to: navigation, search

10th Floor

1,290 bytes removed, 22:50, 13 November 2010
10th Floor Maze
*Iteration 3
**tba
== Programming ==
*[http://zenit.senecac.on.ca/wiki/index.php/10th_Floor/programming How we're going to program this]
 
=== 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>
= Phase 1 Summary - Assignment 2 =
1
edit

Navigation menu