# Raider3D **Repository Path**: zeroxer/Raider3D ## Basic Information - **Project Name**: Raider3D - **Description**: 《Tricks of 3D Game Programming》项目源码 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-29 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Raider3D VS2017 项目配置 1.DirectX 9 April 2007 SDK可用(2010之后的版本中没有dmusic.h等头文件,没有ddraw.lib库文件)。 2.DirectX 9 April 2007 SDK的下载地址为: - DirectX SDK - (April 2007) Version:9.18.944 4/19/2007 - http://download.microsoft.com/download/3/b/d/3bd0a88d-4e99-49fc-931d-9eeb11ecd2a3/dxsdk_apr2007.exe - (其他参考地址) DirectX SDK 各版本开发包下载地址合集:https://blog.csdn.net/thanklife/article/details/53289257 3.注意:包含目录的顺序必须是`$(WindowsSDK_IncludePath)`在前,DX9的包含目录`D:\Tools\Microsoft DirectX SDK %28April 2007%29\Include`在后。