Re: [fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

2019-04-21 Thread Bo Berglund
On Sun, 21 Apr 2019 10:43:35 +0200, "Mgr. Janusz Chmiel" wrote: >Thank you very much for yours help. >Yours advice helped Me. And I have finally downloaded really whole >source code of Free Pascal including compiler and with The >utils/fpcm >folders. >But I Am getting error from make about syste

Re: [fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

2019-04-21 Thread Mgr. Janusz Chmiel
Thank you very much for yours help. Yours advice helped Me. And I have finally downloaded really whole source code of Free Pascal including compiler and with The utils/fpcm folders. But I Am getting error from make about system unit, so I do not know where to set The path. To The units from dow

Re: [fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

2019-04-20 Thread Bo Berglund
On Sat, 20 Apr 2019 12:19:14 +0200, "Mgr. Janusz Chmiel" wrote: >Who of you know The command which will allow Me to download source code >of Free Pascal compiler 3.0.0 The servers are now on line again, so on Linux do this to place the sources in dev/fpc inside your home dir: mkdir -p ~/dev/f

Re: [fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

2019-04-20 Thread Bo Berglund
On Sat, 20 Apr 2019 12:19:14 +0200, "Mgr. Janusz Chmiel" wrote: >Who of you know The command which will allow Me to download source code >of Free Pascal compiler 3.0.0 Normally available via svn from this URL: https://svn.freepascal.org/svn/fpc/ select the tag you want and then just checkout or

Re: [fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

2019-04-20 Thread Mgr. Janusz Chmiel
Dear specialists, Who of you know The command which will allow Me to download source code of Free Pascal compiler 3.0.0 Does somebody of you know The link for downloading this specific version? I AM using Pandroid and compiled classes can not be converted to .dex format by none of The available

Re: [fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

2019-04-18 Thread Alexander Grotewohl
Don't bring OS/2 into this. The creators of REXX are saints. lmao On 4/18/19 7:48 PM, Tomas Hajny wrote: On Thu, April 18, 2019 20:33, Sven Barth via fpc-pascal wrote: . . Huh? What about === code begin === if CONDITION (     BLA1     BLA2     BLA3 ) === code end === I'm using th

Re: [fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

2019-04-18 Thread Tomas Hajny
On Thu, April 18, 2019 20:33, Sven Barth via fpc-pascal wrote: . . > Huh? What about > > === code begin === > > if CONDITION ( >     BLA1 >     BLA2 >     BLA3 > ) > > === code end === > > I'm using that construct quite often at work... OK, sorry; MS managed to make at least some progress in

Re: [fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

2019-04-18 Thread Sven Barth via fpc-pascal
Am 18.04.2019 um 12:46 schrieb Tomas Hajny: On Thu, April 18, 2019 12:32, Mgr. Janusz Chmiel wrote: . . I have also started to transform build.sh to Windows batch file. Which issues AM I facingnow? . . echo ppcjvm - $TYPHON/fpc/fpc64/bin/x86_

Re: [fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

2019-04-18 Thread Mgr. Janusz Chmiel
Thank you very much for yours good advice. First part of .bat file is allready usable, it produces functioning signed debug .apk packages with The previously generated Java classes, which is The part of Pandroid.zip downloaded from Github. Now I must solve JVM part and The most complex programm

Re: [fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

2019-04-18 Thread Tomas Hajny
On Thu, April 18, 2019 12:32, Mgr. Janusz Chmiel wrote: . . > I have also started to transform build.sh to Windows batch file. > Which issues AM I facingnow? . . > echo ppcjvm - > $TYPHON/fpc/fpc64/bin/x86_64-linux/ppcjvm $environment_variable in she

[fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

2019-04-18 Thread Mgr. Janusz Chmiel
I have found out that Pandroid bundle is The onlyone project which is able to call .so libraryes in JVM mode and is also able to support all Android API functions call, I have big plea to you. I have started to transform this big bundle from Linux mode to Windows. Project is available here: ht