SDK

Posts 115 of 16 · Page 1 of 2
SDK
hey so ive had SDK for a whiel now but its been awhile since ive tried to make somethign and now for some reason it says D3Dx9.h no such file, so im assuming i should just need to redownload or update it, is there a quick easy way to update it
Quote Originally Posted by RedThunder View Post
hey so ive had SDK for a whiel now but its been awhile since ive tried to make somethign and now for some reason it says D3Dx9.h no such file, so im assuming i should just need to redownload or update it, is there a quick easy way to update it
LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOL
Quote Originally Posted by RedThunder View Post
hey so ive had SDK for a whiel D3Dx9.h it
wtf u on you mean a d3d base and learn c++ and d3d then you should know what to do...
hey idiot, i knwo what im doing and i dont know what that second qoute is suppose to mean its just chopped up parts of my post, and im saying that i dont have D3DX9.h or any of teh Includes for that for soem reason when i installed SDK a few months ago they didnt install smart ass


in other words d3dx9.h is not in my "C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include" directory nor anythign that the d3dx9.h includes such as d3dx9math.h


Code:
  Base.cpp
  Base.h : Building for D3D9
c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
  MenuFormat.cpp
  Base.h : Building for D3D9
c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Quote Originally Posted by RedThunder View Post
hey idiot, i knwo what im doing and i dont know what that second qoute is suppose to mean its just chopped up parts of my post, and im saying that i dont have D3DX9.h or any of teh Includes for that for soem reason when i installed SDK a few months ago they didnt install smart ass


in other words d3dx9.h is not in my "C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include" directory nor anythign that the d3dx9.h includes such as d3dx9math.h


Code:
  Base.cpp
  Base.h : Building for D3D9
c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
  MenuFormat.cpp
  Base.h : Building for D3D9
c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Wow its not rocket science fool, this is a simple mistake with an EASY fix.
If u knew c++ like u say u do it wouldnt be an error.
Quote Originally Posted by RedThunder View Post
hey idiot, i knwo what im doing and i dont know what that second qoute is suppose to mean its just chopped up parts of my post, and im saying that i dont have D3DX9.h or any of teh Includes for that for soem reason when i installed SDK a few months ago they didnt install smart ass


in other words d3dx9.h is not in my "C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include" directory nor anythign that the d3dx9.h includes such as d3dx9math.h


Code:
  Base.cpp
  Base.h : Building for D3D9
c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
  MenuFormat.cpp
  Base.h : Building for D3D9
c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Lol either you include it in your project or where it says <d3dx9.h> put the file location and it will work fine
Quote Originally Posted by coryster2100 View Post
Lol either you include it in your project or where it says <d3dx9.h> put the file location and it will work fine
ive already done that, its just that the file doesnt exist on my computer
If that is 2010 then you need to go to the project properties and change the include/lib directories for each new project. It's a bitch.

If not, then make sure you have the right include/lib directories.
this actually happened to me when i was trying to install the darkgdk a long ass time ago. it also required directx and despite the installer saying it had suceeded it didnt do the includes. in installed the libs, and even made the includes folder, but didnt actually put the includes files. a simple reinstall fixed it for me.
^...,^ SHUT UP!!! you CANT code so lay off.

answer:

if that happens to me i manualy add it into the source files. that shall do it
Quote Originally Posted by zmansquared View Post
^...,^ SHUT UP!!! you CANT code so lay off.

answer:

if that happens to me i manualy add it into the source files. that shall do it
oh no new post "i got a error"... is comeing...
then so be it. why cant a new person ask for help????
Quote Originally Posted by zmansquared View Post
then so be it. why cant a new person ask for help????
i manualy added D3DX9.h but couldnt find the others which is why i came here to ask if it was the installers fault or if i have an outdated version of the SDK, its 7.0a right now



Quote Originally Posted by HughJass View Post
Wow its not rocket science fool, this is a simple mistake with an EASY fix.
If u knew c++ like u say u do it wouldnt be an error.
you have no idea what your talking about or what this post is about




Quote Originally Posted by Crash View Post
If that is 2010 then you need to go to the project properties and change the include/lib directories for each new project. It's a bitch.

If not, then make sure you have the right include/lib directories.
i actualy just updated to 2010 today which is why i was thinking that maybe i made an error in instalation but then i remember that it was a seperate install so it shouldnt have effected it so i came here to ask for an easy solution
Quote Originally Posted by RedThunder View Post


i manualy added D3DX9.h but couldnt find the others which is why i came here to ask if it was the installers fault or if i have an outdated version of the SDK, its 7.0a right now




you have no idea what your talking about or what this post is about
they all should be here
C:\Program Files\Microsoft DirectX SDK (June 2010)\Include
yea thats my issue, i need to update my SDK then cause i have one from 2009 and thats old, adn it doesnt auto update sadly
My Direct SDK is from February 2010.
And it doesn't give me problems.
And update your SDK if you haven't already to either Feb 2010, or June 2010.
Posts 115 of 16 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?