GLBasic forum

Main forum => GLBasic - en => Topic started by: mentalthink on 2010-Sep-06

Title: Problems whit Glbasic when compile to windows CE
Post by: mentalthink on 2010-Sep-06
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.
Title: Re: Problems whit Glbasic when compile to windows CE
Post by: MrTAToad on 2010-Sep-06
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 ?
Title: Re: Problems whit Glbasic when compile to windows CE
Post by: mentalthink on 2010-Sep-06
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
Title: Re: Problems whit Glbasic when compile to windows CE
Post by: MrTAToad on 2010-Sep-06
It didn't display properly on my 6.5 emulator - I think you might have found a bug
Title: Re: Problems whit Glbasic when compile to windows CE
Post by: Ian Price on 2010-Sep-06
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  :)
Title: Re: Problems whit Glbasic when compile to windows CE
Post by: mentalthink on 2010-Sep-06
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.
Title: Re: Problems whit Glbasic when compile to windows CE
Post by: Kitty Hello on 2010-Sep-14
Yes, it's a bug. I'll investigate.
Title: Re: Problems whit Glbasic when compile to windows CE
Post by: mentalthink on 2010-Sep-14
Ok, Kitty thanks for your support.

Kind Regards,
Iván J.