1024x720 resollution in fullscreen mode

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
m3ltd0wn
Posts: 107
Joined: Wed Dec 12, 2007 8:32 am
Location: Romania

1024x720 resollution in fullscreen mode

Post by m3ltd0wn »

for some time now i'm still trying to get my project to run in fullscreen mode 1024x720...i'm using : device = createDevice( video::EDT_DIRECT3D8, dimension2d<s32>(1024, 720), 32, false, shadows);

i've selected fullscreen mode to false because when it is "true" the program gives me an error ...

any sollution ?
GameCreator
Posts: 22
Joined: Wed Jun 08, 2005 2:44 pm

Post by GameCreator »

What error does it give you?
fireside
Posts: 158
Joined: Thu Dec 01, 2005 10:55 pm

Post by fireside »

The standard resolution is 1024 by 768, or is that some widescreen deal?
m3ltd0wn
Posts: 107
Joined: Wed Dec 12, 2007 8:32 am
Location: Romania

reply

Post by m3ltd0wn »

fireside, 10x for opening my eyes :) , yea i missed the correct numbers for the resollution, probably because the lack of sleep and i'm really tired :D

but i need to get this project done as soon as possible :)

10x guys for help once again
Post Reply