Re: [Lazarus] Crosscompile to Android on arm?

2018-07-26 Thread Bo Berglund via Lazarus
On Wed, 25 Jul 2018 20:40:00 +0200, Bo Berglund via Lazarus wrote: >Concerning my config app I have checked that the code runs on ARM by >building the same sources I use on my Win7 PC also on a RaspberryPi3B. >Same FPC and Lazarus versions (3.0.4/1.8.4). > >No problems there except an annoying di

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-26 Thread Sven Barth via Lazarus
Bo Berglund via Lazarus schrieb am Do., 26. Juli 2018, 10:02: > Then I zipped up the sources and put them on the RPi3 box where I have > FPC 3.0.4 and Lazarus 1.8.4. > Opened the project in Lazarus and compiled and ran the program. > Did you run it from inside Lazarus? Thus with the debugger? Th

Re: [Lazarus] Unix Printer Props dlg: empty Margins tab

2018-07-26 Thread Juha Manninen via Lazarus
On Thu, Jul 26, 2018 at 1:52 AM AlexeyT via Lazarus wrote: > this tab is a mistake, it is not filled in this dialog. Tiny patch > removes it. AFAIK- Unix CUPS don't support margins at all. I applied the patch in r58637. Thanks. Juha -- ___ Lazarus mai

[Lazarus] Unix Select Printer dlg: tab-order fix

2018-07-26 Thread AlexeyT via Lazarus
this fixes weird tab-order. -- Regards, Alexey Index: components/printers/unix/udlgselectprinter.lfm === --- components/printers/unix/udlgselectprinter.lfm (revision 58637) +++ components/printers/unix/udlgselectprinter.lfm (working

[Lazarus] Unix Select Printer dlg: fix i18n

2018-07-26 Thread AlexeyT via Lazarus
some more work needed for i18n, seems, for captions of controls. maybe Maxim can help? this is for string consts in form. -- Regards, Alexey Index: components/printers/printer4lazstrconst.pas === --- components/printers/printer4la

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-26 Thread Bo Berglund via Lazarus
On Thu, 26 Jul 2018 10:26:27 +0200, Sven Barth via Lazarus wrote: >> For example in some console apps I have made also for both Windows and >> Raspbian I have this in the lpr file: >> {$IFDEF UNIX} >> {$IFDEF UseCThreads} >> cthreads, >> {$ENDIF} >> {$ENDIF} >> >> If that is neede

Re: [Lazarus] Using a component OBJ file in Lazarus?

2018-07-26 Thread Bo Berglund via Lazarus
On Wed, 25 Jul 2018 13:31:08 -0400, Paul Breneman via Lazarus wrote: >I need to use the *same* security dongle in Lazarus. I don't want to >change to a different dongle. Since Safenet does not provide any new OBJ file n“than the one fpc cannot use the only path seems to be to somehow convert i