Page 1 of 1

Windowed mode for pocket PC

PostPosted: Sun Oct 08, 2006 2:32 am
by waggle
I tried to look for this topic but was unable to find another instance of it. I therefore appologize if this topic has been covered before.

I setup a game to be in windowed mode for the pocket PC. When I load it onto my phone and play it, the game is full screen (i.e. No title bar and no x at the top of the screen to exit the application).

Can someone give me a suggestion as to what I am doing wrong?

Oh, also, I saw a topic on this a while back but lost it. My application is a whopping 1 megabyte in size even though it is a very short program (just a few lines) and only has assests totalling 8k in size. How can I reduce the size of the executable?



Thanks.

Re: Windowed mode for pocket PC

PostPosted: Sun Oct 08, 2006 3:42 am
by makslane
waggle wrote:I setup a game to be in windowed mode for the pocket PC. When I load it onto my phone and play it, the game is full screen


Game Editor only supports full screen game in mobile devices.


My application is a whopping 1 megabyte in size even though it is a very short program (just a few lines) and only has assests totalling 8k in size. How can I reduce the size of the executable?


The engine size is 1MB, so, it's the minimum size of any game.

PostPosted: Sun Oct 08, 2006 6:13 am
by Joshua Worth
It might be a bit tricky to do, but you should make it exclude all of the unused parts of the engine. Just a thought