Hi ppl.
I tried to compile Irrlicht with MSVC++ 8.0 but i was asked for d3d8.h and d3d9.h.
Okay, I downloaded DirectX SDK (the latest one, August 2006, I couldn't find an older one)... Then it keep asking me for d3dx8math.h and other dx8 headers... So I managed to find these in the internet, at http://www.koders.com/ buuut when I compiled it again, it keep asking me for d3dx8math.inl, which I believe was a file in an older DirectX SDK, as I can find this file for dx9 and dx10 in this new SDK I downloaded.
Where I can find this file, or a version of the DirectX SDK that have the dx8 headers and libs?
Ty!
-Roger-
Problems compiling Irrlicht sourcecode
Try to compile with dx9, but without dx8.
For that, comment
in irrlicht/include/IrrCompileConfig.h
For that, comment
Code: Select all
#define _IRR_COMPILE_WITH_DIRECT3D_8_