积极答复者
vs2005能否直接创建DirectX工程项目?

问题
-
VS2005能否像VC++里面安装了DirectX SDK后直接创建Directx工程项目?再就是安装了DirectX SDK在VS2005里如何配置?
- 已移动 Sheng Jiang 蒋晟Moderator 2011年3月29日 5:21 (发件人:一般性问题讨论区)
答案
-
Adding the DirectX directories to the VC++ build path
The following steps should be performed to ensure VC++ will be able to find the necessary DirectX directories.
-
Adding the DirectX tools directory
- Select Tools -> Options -> Projects and Solutions -> VC++ Directories.
- Set "Show directories for" to "Executable files".
- Add <DirectX SDK Install Directory>\Utilities\bin\x86 to the list.
-
Adding the DirectX include directory
- Select Tools -> Options -> Projects and Solutions -> VC++ Directories.
- Set "Show directories for" to "Include files".
- Add <DirectX SDK Install Directory>\Include to the list.
-
Adding the DirectX library directory
- Select Tools -> Options -> Projects and Solutions -> VC++ Directories.
- Set "Show directories for" to "Library files".
- Add <DirectX SDK Install Directory>\Lib\x86 or x64 to the list, depending on the type of application being compiled.
我按照上面的方法设置还是没有。。。。。
- 已标记为答案 tj_1984 2009年3月11日 1:14
-
-
-
全部回复
-
Adding the DirectX directories to the VC++ build path
The following steps should be performed to ensure VC++ will be able to find the necessary DirectX directories.
-
Adding the DirectX tools directory
- Select Tools -> Options -> Projects and Solutions -> VC++ Directories.
- Set "Show directories for" to "Executable files".
- Add <DirectX SDK Install Directory>\Utilities\bin\x86 to the list.
-
Adding the DirectX include directory
- Select Tools -> Options -> Projects and Solutions -> VC++ Directories.
- Set "Show directories for" to "Include files".
- Add <DirectX SDK Install Directory>\Include to the list.
-
Adding the DirectX library directory
- Select Tools -> Options -> Projects and Solutions -> VC++ Directories.
- Set "Show directories for" to "Library files".
- Add <DirectX SDK Install Directory>\Lib\x86 or x64 to the list, depending on the type of application being compiled.
我按照上面的方法设置还是没有。。。。。
- 已标记为答案 tj_1984 2009年3月11日 1:14
-
-
-