Re: [fpc-pascal] PPCJVM Android JVM target technical questions

2019-07-26 Thread Jonas Maebe
On 2019-07-26 20:38, Mgr. Janusz Chmiel wrote: Please, how I could generate Android.pas and android.inc from The newest Android Platformtools? I think that android.jar is being used for this purposes. The information of how the included headers were generated can be found at https://wiki.freep

Re: [fpc-pascal] PPCJVM Android JVM target technical questions

2019-07-26 Thread Mgr. Janusz Chmiel
Please, how I could generate Android.pas and android.inc from The newest Android Platformtools? I think that android.jar is being used for this purposes. But. Is it possible to use newer Platform tools such as Android 22? Or unfortunately, Google have made some restrictions so it is not possibl

Re: [fpc-pascal] PPCJVM Android JVM target technical questions

2019-07-26 Thread Jonas Maebe
On 2019-07-26 19:24, Mgr. Janusz Chmiel wrote: Because my apps will be longer and longer, I have some special technical question to you. How many lines can PPCJVM compile while using one source file without units? I don't think there is a limit. There is only a limit per function/procedure/me

[fpc-pascal] PPCJVM Android JVM target technical questions

2019-07-26 Thread Mgr. Janusz Chmiel
Dear developers, Because my apps will be longer and longer, I have some special technical question to you. How many lines can PPCJVM compile while using one source file without units? How many values can be processed by using Case block? For example max 200 or similar value? How to manage memory