&Roids

Blitz3D Forums/Blitz3D Beginners Area/&Roids

dw817(Posted May) [#1]
Can someone please explain how it is possible to run a BlitzMAX program on an Android cellphone or iPad ?


Matty(Posted May) [#2]
I believe you need to use bruceys blitzmax ng. Someone with more knowledge can help better than me but thats a start.


dw817(Posted May) [#3]
Thanks, Matty. But is NG an IDE or a library ?


Dan(Posted May) [#4]
http://www.bmx-ng.com/main/


dw817(Posted May) [#5]
Hi Dan. Thanks.

Problem though. This runs just fine in BlitzMAX but not so in BMX-NG.




xlsior(Posted May) [#6]
There seems to be a mixup somewhere in the type definitions -- NG is a bit less forgiving to errors in that area since it supports additional features like overloading.

Keep in mind that you'll NEVER get those Extern "win32" portions to compile for anything other than Windows, you'll have to rewrite an alternative for android/iOS/Linux/Mac/Whatever


dw817(Posted May) [#7]
Hi Xlsior. Thanks. Okay, what would be the best way to write a frameless window that goes the entire size of the screen yet allows for space at the icons at the bottom for Windows and still runs in BMX-NG ?


dw817(Posted May) [#8]
Errm ... I think I'm in the wrong area. This is for Blitz3D Beginners. Moving topic.