I've got 2 machines with exactly the same setup: win98/2 - dx9 SDK - irrlicht 0.4
The only thing different is the gfx card. Machine A got a radeon9700, machine B got a nvidia riva tnt2.
I try to do create the device like this:
pDevice=createDevice(DT_DIRECTX8,dimension2d<s32>(800,600),16,false,false,0);
This works on machine A but on machine B it fails.
Code: Select all
Warning: Was not able to create Direct3D8 device.
Warning: Was not able to create DirectX8 device.
Warning: Could not create DirectX Driver.
Anyone experienced this problem before?