I've got an LXE MX9 handheld terminal - runs CE5.0.
I've loaded the simplest app. Tried both mousewait and keywait. If I set screen resolution to 240x240 or below, it appears to run and lock up device. Resolution above that, app does nothing.
PRINT "Hello GLBasic World !", 0, 100;
SHOWSCREEN
//MOUSEWAIT
KEYWAIT
I'm compling to WINCE and moving .exe to device.
What is the screen resolution of that device?