|
|
#1 (permalink) |
|
Cloud's Hair Spray
Join Date: Aug 2006
Posts: 62
![]() |
Ok i'm working on c just plain c with jonathan S. Harbour's book to beginning game programming. Will i'v come across a problem. Whenever I use dec-c++ there is almost always an error when there is no error there! So I used Microsoft Visual c++ 2005 edition. There is a the d3d9.h file was not in the include list (i'v done everything i'm supposed to I got all the SDK and directx9 downloaded and installed. Also it can't find windows.h either. So i'm looking for a compiler that actually works and its free! If you can help thank you so much in advance.
|
|
|
|
|
|
#3 (permalink) |
|
GameDev's dead :(
|
You need to download the platform SDK seperately from the MSVC. I had the exact same problem. Just download the platform SDK.
http://www.microsoft.com/downloads/d...displaylang=en Go for the PSDK-x86.exe. That's probably what you want. Unless you have a very new computer.
__________________
This was a triumph. I'm making a note here, HUGE SUCCESS.
Outsider 3D Space Shooter/RPG in Development http://outsider.ath.cx/ OnRPG does have a game development section, you know... |
|
|
|
|
|
#5 (permalink) |
|
GameDev's dead :(
|
You downloaded and installed it... but did you set it up in MSVC so that the include directories you installed were being parsed by the compiler?
__________________
This was a triumph. I'm making a note here, HUGE SUCCESS.
Outsider 3D Space Shooter/RPG in Development http://outsider.ath.cx/ OnRPG does have a game development section, you know... |
|
|
|
|
|
#7 (permalink) |
|
GameDev's dead :(
|
I'll check now..
Options -> Projects & Solutions -> VC++ Directories Show Directories for: Include Files (up at the top right corner) Click the folder button, or new line. Then put this as the line: C:\Program Files\Microsoft Platform SDK\Include That's the default path anyway. You might need to modify it to fit wherever you installed your SDK.
__________________
This was a triumph. I'm making a note here, HUGE SUCCESS.
Outsider 3D Space Shooter/RPG in Development http://outsider.ath.cx/ OnRPG does have a game development section, you know... |
|
|
|
|
|
#9 (permalink) |
|
GameDev's dead :(
|
If you want to use DX, I really can't suggest anything. Try Code::Blocks. I've heard that's a good IDE, thouhg I'm not sure if it supports directX
__________________
This was a triumph. I'm making a note here, HUGE SUCCESS.
Outsider 3D Space Shooter/RPG in Development http://outsider.ath.cx/ OnRPG does have a game development section, you know... |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
|
|
Copyright © 2004-2008 Onrpg Inc. | Terms of Use | Privacy Policy |
|