You indeed have to update the linker to the new library (if it didnt by itself which it did for me )
Also you'll have to modify a the import line 'd3d8_caps.h' in engine_d3d.h to 'd3d9_caps.h'
It will look like this after that;
I believe that was all but if you encounter another problem just post it here and ill take a look at it again ^^
EDIT: Oh i forgot to tell this;
In shaders.cpp change the line
#if D3DX_SDK_VERSION != 30
to
#if D3DX_SDK_VERSION != 41
[Updated on: Tue, 12 January 2010 05:32]
Report message to a moderator