i am using code::blocks the newest version.
i am using windws XP SP2 home
i am using DirectX9 (feb)
i downloaded the toolkit i found somewhere. i can't remember where, sorry. it was too much work using the full studio as they integrated the toolkit into there.
i installed (but i don't need) the MS SDK. i plan to make this on linux as well. i plan to only use OpenGL.
i opened up code::blocks and then opened the \source\irrlicht\irrlicht.cpb file.
i compiled and got an error so i fixed an include in the CD3D8ShaderMaterialRenderer.h. it was complaining. i changed line 13 to be d3dx9core.h. there is no d3dx9core.h in DX9.
the errors i am getting the compiler is going into the DirectX folders. one problem i am getting is this:
it goes like this 200 lines down. there are plenty of these. is there a way to just remove al of directx from the source tree easilly? ig there was a config file instead.file: \Include\d3dx9math
line: 787
message: error C2143: syntax error : missing ',' before '*'
i'm thinking that i setup my libraries incorrectly somewhere.
does anyone have any idea of what it could be? or need anymore information?