Oops. Those of you compiling under DirectX 8 SDK will get problems with the OgreWin32Input.cpp, “error C2065: ‘DirectInputCreateEx’ : undeclared identifier”.

This is because I rearranged the ‘prerequisites’ header files to make the core OgrePrerequisites.h more portable and forgot to re-include an entry declaring the DirectInput version number in OgreWin32Prerequisites.h.

This has been fixed in CVS (thanks cearny for sorting this out whilst I was away). For those not using CVS you can download the fixed OgreWin32Prerequisites.h, just make sure you save it over your current one and recompile.

Apologies for the inconvenience.