Difference between revisions of "Get source and compile"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=== Installing windows core development tools and libraries === | === Installing windows core development tools and libraries === | ||
* Visual Studio .NET 2003 Professional | |||
* | * Microsoft Platform SDK | ||
* | * DirectX 9.0 SDK Update (Summer 2003) | ||
* | * Set up the project globals: | ||
* Start Visual C++ | ** Start Visual C++ | ||
* Go to Tools/Options/Projects/VC++ Directories | ** Go to Tools/Options/Projects/VC++ Directories | ||
* Make sure that the '''includes''' and '''libraries''' paths have the DirectX SDK paths first, then the Platform SDK paths, and then the Visual C++ paths. | ** Make sure that the '''includes''' and '''libraries''' paths have the DirectX SDK paths first, then the Platform SDK paths, and then the Visual C++ paths. |
Revision as of 15:21, 30 October 2006
Even if you don't plan to develop, just the act of downloading and compiling can uncover problems. If the version you download doesn't build on your platform, file a bug.
Installing windows core development tools and libraries
- Visual Studio .NET 2003 Professional
- Microsoft Platform SDK
- DirectX 9.0 SDK Update (Summer 2003)
- Set up the project globals:
- Start Visual C++
- Go to Tools/Options/Projects/VC++ Directories
- Make sure that the includes and libraries paths have the DirectX SDK paths first, then the Platform SDK paths, and then the Visual C++ paths.