GLBasic forum

Main forum => GLBasic - en => Topic started by: 9940 on 2009-Jun-29

Title: gp2x / wiz platform questions
Post by: 9940 on 2009-Jun-29
1) A program compiled for gp2x runs on gp2x-wiz and viceversa?
2) What changes ALLOWESCAPE FALSE / TRUE on gp2x?
Title: Re: gp2x / wiz platform questions
Post by: Ian Price on 2009-Jun-29
1. No. You have to compile for the specific machine

2. There is no ESCAPE key on GP2X or Wiz so obviously that function is unnecessary. If you want a quick exit, then you'll have to code it or use VOL + & - on WIZ together. Is that what you mean?
Title: Re: gp2x / wiz platform questions
Post by: 9940 on 2009-Jun-29
yes, thanks   :)
Title: Re: gp2x / wiz platform questions
Post by: Kitty Hello on 2009-Jun-29
ALLOWESCAPE TRUE (default) will enable Vol+ and Vol- to quit the program.