Begginers Quastions

Monkey Forums/Monkey Programming/Begginers Quastions

hardcoal(Posted 2011) [#1]
1) Can You Create exe with monkey?
2) when I installed the diddy module and run it
it keeps giving me errors. why is that?
3) How can I Compile to Andriod?


Patch(Posted 2011) [#2]
1) Yes you can, use GLFW as a target
2) What errors?
3) Yes, you will need to download and install the android sdk


Supertino(Posted 2011) [#3]
The docs that come with monkey explain what you need to install etc for each target.


Cheese(Posted 2011) [#4]
The XNA target will also compile an executable by default.

With Diddy, you need to make sure you're using the latest source from the SVN repository. I also suggest working off of an example to get started.

Here's a thread about how to compile for Android: http://www.monkeycoder.co.nz/Community/posts.php?topic=79


hardcoal(Posted 2011) [#5]
Thanks for all the help


skid(Posted 2011) [#6]
You don't run modules you import them from your own programs.


hardcoal(Posted 2011) [#7]
thanks Im aware of that skid