quote:
...this time it is with SetDisplayMode (currently returning DDERR_UNSUPPORTED...
That would more than likely be because your video driver doesn't know how to build the requested mode and DirectDraw is telling you it's unsupported. 800x640 isn't a standard video mode.
I'd suggest trying 800x600
i.e. SetDisplayMode(800,600,32,0,0)
[edited by - Fingolfin on March 5, 2003 9:24:59 AM]