When I try to run the Demo in example I ge this:
Error 1 fatal error C1083: Cannot open include file: 'd3dx9tex.h': No such file or directory c:\Users\PaNDa\Downloads\irrlicht-1.5\irrlicht-1.5\source\Irrlicht\CD3D9Texture.cpp 13 Irrlicht
Error 2 fatal error C1083: Cannot open include file: 'd3dx9shader.h': No such file or directory c:\users\panda\downloads\irrlicht-1.5\irrlicht-1.5\source\irrlicht\CD3D9ShaderMaterialRenderer.h 13 Irrlicht
Error 3 fatal error C1083: Cannot open include file: 'd3dx9shader.h': No such file or directory c:\users\panda\downloads\irrlicht-1.5\irrlicht-1.5\source\irrlicht\CD3D9ShaderMaterialRenderer.h 13 Irrlicht
Error 4 fatal error C1083: Cannot open include file: 'd3dx9shader.h': No such file or directory c:\users\panda\downloads\irrlicht-1.5\irrlicht-1.5\source\irrlicht\CD3D9ShaderMaterialRenderer.h 13 Irrlicht
Error 5 fatal error C1083: Cannot open include file: 'd3dx9shader.h': No such file or directory c:\users\panda\downloads\irrlicht-1.5\irrlicht-1.5\source\irrlicht\CD3D9ShaderMaterialRenderer.h 13 Irrlicht
Error 6 fatal error C1083: Cannot open include file: 'd3dx9shader.h': No such file or directory c:\users\panda\downloads\irrlicht-1.5\irrlicht-1.5\source\irrlicht\CD3D9ShaderMaterialRenderer.h 13 Irrlicht
Error 7 fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory c:\users\panda\downloads\irrlicht-1.5\irrlicht-1.5\source\irrlicht\CD3D8Texture.h 13 Irrlicht
Error 8 fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory c:\users\panda\downloads\irrlicht-1.5\irrlicht-1.5\source\irrlicht\CD3D8ShaderMaterialRenderer.h 12 Irrlicht
Error 9 fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory c:\users\panda\downloads\irrlicht-1.5\irrlicht-1.5\source\irrlicht\CD3D8ParallaxMapRenderer.h 12 Irrlicht
Error 10 fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory c:\users\panda\downloads\irrlicht-1.5\irrlicht-1.5\source\irrlicht\CD3D8NormalMapRenderer.h 12 Irrlicht
Error 11 fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory c:\users\panda\downloads\irrlicht-1.5\irrlicht-1.5\source\irrlicht\CD3D8Driver.h 25 Irrlicht
I havnt deleted any folders or files... why is it not finding these files?
Missing .h files??
-
- Posts: 914
- Joined: Fri Aug 03, 2007 12:43 pm
- Location: South Africa
- Contact:
Just install the directx9 SDK, That will solve the first bunch of errors. The second bunch is because the directx8 sdk is missing, but it shouldnt be enabled anyway.
In irrlichtCompileConfig.h there is a
#define _IRR_COMPILE_WITH_DIRECTX8_
or something similar, take it out by puting a // in front of it
In irrlichtCompileConfig.h there is a
#define _IRR_COMPILE_WITH_DIRECTX8_
or something similar, take it out by puting a // in front of it
probably because they use the DX9 SDK and not the (normal) installation !?!?!PaNDa wrote:weird no one else has had this problem!
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java