Page 1 of 1

GAPI in VGA

PostPosted: Apr 30, 2005 @ 4:12am
by v0101
I'm using GAPI on my Dell Axim x50v, but I don't know how to get GAPI to run in VGA, instead of QVGA.

I added this resource to my project...
HI_RES_AWARE CEUX {1}

...which causes GetSystemMetrics to return the correct values.
GetSystemMetrics(SM_CXSCREEN); // returns 480
GetSystemMetrics(SM_CYSCREEN); // returns 640


But GAPI still runs in QVGA. GXGetDisplayProperties() returns these values.
cxWidth; // returns 240
cyHeight; // returns 320


What else do I have to do?

PostPosted: May 1, 2005 @ 1:23am
by Tala

PostPosted: May 4, 2005 @ 11:14am
by gamefreaks

PostPosted: May 4, 2005 @ 2:33pm
by pacomac

PostPosted: May 5, 2005 @ 3:19pm
by Tala