搜索资源列表
DirectX9.0_3D
- DirectX9.0_3D游戏开发编程基础完整源码。在Visual Studio环境下建立工程时请在工程属性的连接器的输入项中添加d3d9.lib d3dx9.lib winmm.lib 这三个链接库,否则无法运行。-DirectX9.0_3D game development programming based on the full source code. In Visual Studio environment, the establishment of projects at the
MMORPG_GAME
- 这是个3D游戏较完整的例子,对于初学网络游戏开发的人肯定有帮助,它是以c++为基础,Windows SDK框架编写的,里面涉及一些DirectX知识,希望对大家有用!(在vs上包含d3d9.lib d3dx9.lib winmm.lib dinput8.lib dxguid.lib 这几个库就可以运行)-This is a 3D game is more complete example, for the beginner to develop online games will certa
HFileAndLibFile
- 一些c++编程的时候会用到的一些头文件和链接库文件。 即.h和.lib文件 DX2009C SDK 编译环境需要用到的一些文件,我整理好了。把这些文件包含到VC的里面就可以过了。 如果缺什么文件的话。。请说明一下。。 一定会更新的-Some c++ programming will be used when the number of header files and link libraries. Ie. H and. Lib file DX2009C SDK build en
avatoushi
- ava透视模版+源码 d3d9.dll #include <windows.h> #include <d3d9.h> #pragma comment(lib, "d3d9.lib") #include <d3dx9.h> #pragma comment(lib, "d3dx9.lib") //==============================================================