fatal error C1083: Cannot open include file: 'd3d10.h': No such file or directory
Author |
Message |
chrisciscoioio
|
Posted: Thu Sep 27, 2007 1:48 pm Post subject: fatal error C1083: Cannot open include file: 'd3d10.h': No such file or directory |
|
|
Hello,
As the error stated, I am working with dx10, and the d3d10.lib is linked, but it still does not work.
I am working with VS 2005 SP1, learning from a book, I have all the requirements met, Vista, Dx10 Card, VS 2005 SP1, Dx10 SDK June 2007 (recommended by the book) that the books states I need. The authors source does not work either so I know I have not make a mistake in the code.
The file uploaded is just the source code.
P.S
Wow, I have not been by here in almost 2 years, the site looks great.
Thanks and any help would be great.
Description: |
|
![](http://compsci.ca/v3/pafiledb/images/icons/clip.gif) Download |
Filename: |
winmain.cpp |
Filesize: |
7.65 KB |
Downloaded: |
252 Time(s) |
|
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Thu Sep 27, 2007 2:02 pm Post subject: RE:fatal error C1083: Cannot open include file: \'d3d10.h\': No such file or directory |
|
|
Sounds like the file is either missing, or the directory is not in the PATH, so the compiler can't find it. You should probably check where the file actually is.
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
chrisciscoioio
|
Posted: Fri Sep 28, 2007 7:58 am Post subject: Re: fatal error C1083: Cannot open include file: 'd3d10.h': No such file or directory |
|
|
Well Figured out the problem, the oath was set to April 2007 with the installer, not June 2007, changed that and it ran like a charm.
|
|
|
|
|
![](images/spacer.gif) |
Mazer
![](http://compsci.ca/v3/uploads/user_avatars/1323750815476d9f446d80c.png)
|
Posted: Fri Sep 28, 2007 9:37 am Post subject: RE:fatal error C1083: Cannot open include file: \'d3d10.h\': No such file or directory |
|
|
Oath? I don't actually know a damned thing about DirectX, but this is kind of curious. Could you explain it a little bit? Sounds like it could be useful information.
|
|
|
|
|
![](images/spacer.gif) |
chrisciscoioio
|
Posted: Fri Sep 28, 2007 2:01 pm Post subject: Re: fatal error C1083: Cannot open include file: 'd3d10.h': No such file or directory |
|
|
Sorry,
That should say Path.
|
|
|
|
|
![](images/spacer.gif) |
|
|