HelloWorld.exe and CustomSceneNode run ok. All the others say 'Error initialising Direct3D'. Yet D3D works fine for games on my system. What's the problem?
Never mind, it was just that I had DX 8.0 instead of 8.1. Upgrading fixed it. It would be nice to have a better error message rather than a crash though.
The examples do not check if the device was not initialized, for making the tutorials easier to understand. That's why they crash if the engine is not able to start up the renderer. Sorry.
I\m having the same problem using directx 9.0. The example compile but when i run i get "Warning: DirectX driver was notcompiled into this dll. Try opengl"
Any ideas on what i can do to get these example work?