Problems whit Glbasic when compile to windows CE

Previous topic - Next topic

mentalthink

Hi, today arrives my Windows Phone, and I start making probes whit glbasic, but appears, a error when runs over the device:

My license not is demo, is payed make about 1 year + or - , and when the application runs on the phone, is a simple "hello world", appears the demo logo inthe screen, I try the landscape and portrait mode, and appears in the 2 modes, is very quickly aboout 2 second making a little movement from left to right and dissapear.

I don´t know if anybody of forum have the same problem, or perhaps is problem me, perhaps I make something wrong.

Thanks for your time,
Best Regards,
Iván J.

PS: My Glbasic is the v8 in the last update.

MrTAToad

Is it a Windows Mobile 5 or 7 mobile device ?

Can we have a look at your code - did you forget to put it in a loop or use MOUSEWAIT ?

mentalthink

Hi MrTatoad, thanks for reply.

The mobile OS is windows mobile 6.5 the code is very simple is this:
Code (glbasic) Select

WHILE TRUE


PRINT "Hello Mobile",100,100

SHOWSCREEN
WEND

MrTAToad

It didn't display properly on my 6.5 emulator - I think you might have found a bug

Ian Price

Early Windows 7 code did exactly the same thing - display the "DEMO" image and quit after five mins. Gernot quickly quashed that bug very quickly; I expect your problem will be very similar and hopefully just as quickly dealt with  :)
I came. I saw. I played.

mentalthink

HI, MrTatoad & Ian, thanks for reply.

Is well know that error, I hope Gernnot came fix this little bug.

Best Regards to both.

Iván J.

Kitty Hello


mentalthink

Ok, Kitty thanks for your support.

Kind Regards,
Iván J.