[Lazarus] Compiling to Android Java Code
Sven Barth
pascaldragon at googlemail.com
Mon Sep 5 16:54:29 CEST 2011
Am 05.09.2011 16:50, schrieb Michael Schnell:
> The FPC team is working on enabling the compiler to create (Android)
> Java code.
>
> Now the Wiki Page http://wiki.lazarus.freepascal.org/Android_Interface
> does not yet seem to reflect this.
>
> Here we read:
>
> * method 1> Write the Pascal application as a library connected to the
> Java application via JNI
> * method 2> Write the Pascal application as an executable and connect
> it to Java via pipes or sockets
>
>
> Is it planned to (additionally ? ) do a Lazarus Widget Type that uses
> Dalvik code and thus creates a "normal" Android App ?
First it needs to be checked whether its feasible to implement the
needed units from RTL and FCL to compile LCL at all for the JVM
platform... currently basically everything from the RTL and the FCL is
missing besides some things like string handling routines and threading.
Regards,
Sven
More information about the Lazarus
mailing list