I'm using VS2005 (no SP1), DirectX 9.0 SDK (april 2005), Windows XP.
I'm trying to run the CEGUI 0.6.1 samples, I comiled all of them, tried different options - Debug_Static, Debug, Release...non of the samples start running, all of them crash in the line:
Code: Select all
// initialise the gui system
new CEGUI::System(pimpl->d_renderer);
This happens both with OpenGL and Direct3D renderers.
I have all the required binaries in the bin folder (where the samples put their output executables), so I'm assuming I've "installed" the CEGUI correctly. What have I missed ?
PS: I'm sorry if double posting, it's quite hard to find an answer for this in the huge amount of topics with similar problems.
UPDATE:
In Debug and Release modes, the samples are outputing error:
---------------------------
Sample_Demo7_d.exe - Unable To Locate Component
---------------------------
This application has failed to start because d3dx9d_37.dll was not found. Re-installing the application may fix this problem.
I've downloaded the latest DX SDK (august 2008), there is no such file there, I also got the latest DX runtime, both in Debug and Retail modes of DX I get this error.
I'm pretty stuck, need help...thanks