DirectSound example
-DirectInput 예제에서 background sound 와 click sound추가
1258381180.zip1356750865.cpp
Tag Archives: directx9.0
DirectInput
D3D Drawing Primitives
DirectX9 installation
- Microsoft Visual Studio .NET 2005 설치하기
 - DirectX9 SDK (November 2007) 설치하기
 - dxsdk_novemember2007.exe
 - directx_9c_redist.exe
 - Visual Studio .NET에 DirectX9 header와 lib directory를 연결
- 도구->옵션->프로젝트 및 솔루션->VC++ 디렉토리
 - 포함파일 디렉토리에 Include 추가
 - 라이브러리파일 디렉토리에 Lib 추가
 
 - 도구->옵션->프로젝트 및 솔루션->VC++ 디렉토리
 - library
- d3d9.lib 기본
 - d3dx9.lib 유용한 함수가 다수 포함되어 있어 편리함
 - winmm.lib 타미머 함수 등의 사용을 위해 필요
 - 예제 프로그램을 빌드하기 위해 아래 DLL을 프로젝트에 링크
- d3d9.lib d3dx9.lib winmm.lib
 
 
 - d3d9.lib 기본
 
DirextX9 SDK (November 2007)
DirectX9 SDK (November 2007)
It contains the DirectX Runtime and all DirectX software required to create DirectX compliant applications in C/C++ and C#.
Quick Details
| File Name: | dxsdk_november2007.exe | 
| Version: | 9.21.1148 | 
| Date Published: | 10/26/2007 | 
| Language: | English | 
| Download Size: | 427.8 MB |