Topic: Shaders no longer work with DX9

I cannot get shaders to work with the latest irrlicht mod and DX9.  Tutorial 10 only shows solid blocks.  OpenGL and DX8 work as expected.
I have a GeForce fx5200, and have DX 9c installed.
An older version of irrlicht works just fine with all three hardware renderers.

Re: Shaders no longer work with DX9

greetings smile  my sincere apologies on the delayed response.  i have tested the 1.3 shaders sample on 3 machines now, the lowest being my mac mini intel integrated, and DX9 and DX8 shaders appear to be working fine.  could you please post some sample code?  other things to try is to make sure the shaders are in the correct path and if you are trying the sample to make sure you are running the most recent sample build.

Re: Shaders no longer work with DX9

I found the problem.  I needed the file d3d9x_31.dll for it to work.  Funny cause an older version of irrlicht and wrapper works fine.