GLBasic forum

Main forum => GLBasic - en => Topic started by: Doggie on 2008-Jul-10

Title: WM6 compatability
Post by: Doggie on 2008-Jul-10
Tried the demo. Compiled for both wince and wince mediaq whatever that is.
The program doesn't run and the mediaq changed my window setting necessitating a soft reset.
Question is does this program compile for windows mobile 6? specifically T-Mobile Wing?

At least it didn't lock it up requiring a hard reset like another product(game creation thingie) did

Thanks
Title: Re: WM6 compatability
Post by: Kitty Hello on 2008-Jul-10
Oh no! It should run. Don't use the "mediaQ" setup, it's only for a few older PocketPCs, that had a very slow bus to the screen, which dropped a simple flipscreen to 5 FPS.
What program did you test?

Try this:
Code (glbasic) Select

PRINT "Hello World", 0,0
SHOWSCREEN
MOUSEWAIT


Title: Re: WM6 compatability
Post by: Doggie on 2008-Jul-10
WideScroller.

Got any space invaders code I could try or something elaborate enough but not overly complicated
to get an idea if it works and if I feel I might be able to get use out of your language on my ppc.
Title: Re: WM6 compatability
Post by: Kitty Hello on 2008-Jul-10
There's a tutorial video that is a space invaders game. Wait... here: http://www.glbasic.com/forum/index.php?topic=936.0 (http://www.glbasic.com/forum/index.php?topic=936.0)