Re: How does compiling work?

2011-09-09 Thread Julian Ohrt
anks again! Julian On 08.09.2011 16:00, Richard Gaskin wrote: Julian Ohrt wrote: Is there any documentation how compiling of livecode works internally? Is it a compiler which can produce native code (for Windows, Linux, etc.)? Are the scripts packaged within the executable together with an inter

Re: LiveCode for Android under Windows

2011-09-08 Thread Julian Ohrt
Hi Mike, I solved the problem: LiveCode looks for \platforms\android-8\tools\aapt.exe Solution: Copy folder \platform-tools\ to \platforms\android-8\tools\ That's it! :) On 08.09.2011 14:52, Admin wrote: Julian, Same here. Mike On Thu, 08 Sep 2011 14:36:27 +0200, Julian Ohrt

LiveCode for Android under Windows

2011-09-08 Thread Julian Ohrt
Hi! Anybody succeeded configuring Android SDK for LiveCode under Windows? When I try it keeps telling me: The chosen folder is not a valid Android SDK. Please ensure you have installed it correctly, and enabled support for Android 2.2 (Froyo). My configuration: Windows 7 32bit LiveCode 4.6.3

Re: How does compiling work?

2011-09-08 Thread Julian Ohrt
. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Send me a friend request on Facebook if you like https://www.facebook.com/marksch On 8 sep 2011, at 12:52, Julian Ohrt

How does compiling work?

2011-09-08 Thread Julian Ohrt
Hi! Is there any documentation how compiling of livecode works internally? Is it a compiler which can produce native code (for Windows, Linux, etc.)? Are the scripts packaged within the executable together with an interpreter and interpreted at run time? Or is it more like a virtual machine ap