Hey everyone,
I wanted to extend the Engine and rebuild it afterwards.
I downloaded the newest Dx SDK and linked everything correctly, i guess.
But still the compiler complains about two files missing - D3dx8core.h and d3dx8tex.h.
I commented the latter and it seemed to be no problem, but the former is required but cannot be found. In my SDK dir there is only a D3dx9core.h but when I include that one, even more error occur.
Does anyone know what I am doing wrong?
so long
-Nova
Missing D3dx8core.h and d3dx8tex.h
-
- Posts: 83
- Joined: Wed Apr 26, 2006 10:07 pm
- Location: Vienna
You dont need to compile the engine with all the drivers, for ex, I'm only using D3D9 driver. Anyway, the simplest solution for your problem is:
in the source, find a file named: IrrCompileConfig.h. Open it, then find a line thats says:
#define _IRR_COMPILE_WITH_DIRECT3D_8_
and simply comment/delete it.
Save changes, and rebuildt.
If you have any more questions feel free to ask
in the source, find a file named: IrrCompileConfig.h. Open it, then find a line thats says:
#define _IRR_COMPILE_WITH_DIRECT3D_8_
and simply comment/delete it.
Save changes, and rebuildt.
If you have any more questions feel free to ask
Or you can go here
http://www.gameres.com
It's in chinese so just use babel fish to translate it
http://babelfish.altavista.com
and download the dirext X 8 SDK, it'll have the missing files, and you can just dump them in with the other DX9 files
http://www.gameres.com
It's in chinese so just use babel fish to translate it
http://babelfish.altavista.com
and download the dirext X 8 SDK, it'll have the missing files, and you can just dump them in with the other DX9 files