2009년 03월 08일
vc2005 + DirectX SDK install 설치하기.
1. DirectX SDK를 Download 한다.
받을 곳은 => http://www.microsoft.com/DOWNLOADS/en/default.aspx
2.VC 2005 에서 install 하는데.
설치 경로를 확보한다.
(Installed Directory) May Be .....
a) C:\Program Files\Microsoft SDKs
b) c:\Program Files\Microsoft DirectX SDK (November 2008)
Remember Or Copy & Paste
Return ...Vc 2005
Tools -> Option ->Project and Solutions -> VC++ Directories

Step1
select: Show directories for(s): Executable files
Add:
C:\Program Files\Microsoft DirectX SDK (November 2008)\Developer Runtime\x86
C:\Program Files\Microsoft SDKs\Windows\v6.0\Bin
Step2
select: Show directories for(s): Include files
Add:
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib
C:\Program Files\Microsoft DirectX SDK (November 2008)\Lib\x86
C:\Program Files\Microsoft DirectX SDK (November 2008)\Include
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include
Step3
select: Show directories for(s): Library files
Add:
C:\Program Files\Microsoft DirectX SDK (November 2008)\Lib\x86
x86 refers to the 32bit OS is WindowsXP.
(specify the folder will be for them)
And Then as above to create a new project
Project -> Properties -> Configuration Properties -> Linker -> input

Add:(specify the folder will be for them)
And Then as above to create a new project
Project -> Properties -> Configuration Properties -> Linker -> input

additional Dependencies: d3d9.lib d3dx9.lib winmm.lib
End!!!
Now you can use!!!!!
Compressed file is the initialization code of the basic DX9.DirictxInit2.rar
이 글과 관련있는 글을 자동검색한 결과입니다 [?]
- [DirectDraw] DirectDraw 환경설정 by GoodDay
- 건담 08 MS소대 10화 - 압사라스 최종점검 장면... by 시즈하
- 2008 년 게임프로그래머 전문가 실기 시험 후기 by 밀리네스
# by | 2009/03/08 13:30 | 3D Programing | 트랙백 | 덧글(0)





☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]