GLBasic forum

Main forum => GLBasic - en => Topic started by: djtoon on 2010-Aug-11

Title: well im stuck on the iphone not working
Post by: djtoon on 2010-Aug-11
im publishing gettting no error but the app louches and then closes
im running the itouchdemo
:(

is it the new os 4 sdk?
Title: Re: well im stuck on the iphone not working
Post by: trucidare on 2010-Aug-11
i think its because kittie changed something in mousecount. test some other code like WHILE TRUE PRIN "Hallo World!",0,0 SHOWSCREEN WEND
Title: Re: well im stuck on the iphone not working
Post by: backslider on 2010-Aug-11
try instead of "dim mouse[5]" I think "dim mouse[getmousecount()]"

Could work... That was my Problem :)