Hi,
I’m trying to create a device (using c# 2003 on .Net 1.1) by using the statement;
sampleFramework.CreateDevice(0,true,Framework.Defa ultSizeWidth, Framework.DefaultSizeHeight, gameEngine);
and then got the following error message box:Could not find any compatible Direct3D devices.
The example is from the book: Beginning 3D game programming by Tom Miller but when I run the game code off the CD, I don’t get this error message.
Does anyone know what’s wrong? I can’t understand why it can’t find a compatible device, yet the original code can.
Thanks,