[Lazarus] FPC on Rpi3 executable module sizes

2016-10-30 Thread Ken Kashmarek via Lazarus
I have a group of programs that compile using FPC on Windows 7. I have ported those programs over to my RPi3 and they all compile fine. On Windows 7, the executable files are significantly smaller (less 100K) than those from the IDE on RPi3 (all 400K & larger). There may be ways to reduce these

Re: [Lazarus] FPC on Rpi3 executable module sizes

2016-10-30 Thread Bo Berglund via Lazarus
On Sun, 30 Oct 2016 00:05:02 -0700 (MST), Ken Kashmarek via Lazarus wrote: >On RPi3 (output from ls -l): > SIZE >-rwxr-xr-x 1 pi pi 408892 Oct 29 07:47 hello >-rw-r--r-- 1 pi pi12876 Oct 29 07:47 hello.o >-rw-r- 1 pi pi 5164 Oct 29 07:47 hello.pas

Re: [Lazarus] Run FPC on Raspberry Pi3 in command line mode

2016-10-30 Thread Bo Berglund via Lazarus
On Fri, 28 Oct 2016 22:23:19 -0700 (MST), Ken Kashmarek via Lazarus wrote: >To Bo Berglund: Thank you for the install script. Very nice. Not updated in quite a while, so I don't know how current it is... Been busy with other stuff for some time so I have not checked FPC/Lazarus developments la

Re: [Lazarus] FPC on Rpi3 executable module sizes

2016-10-30 Thread Ken Kashmarek via Lazarus
FCP on Rapsberry Pi3 On my Window 7 node, a null program produces this output when compiled from the command line: 10/30/2016 11:36 AM31,744 nullpgm.exe 10/30/2016 11:36 AM 3,141 nullpgm.o 10/30/2016 09:19 AM 574 nullpgm.pas When the Build menu item is se

Re: [Lazarus] Run FPC on Raspberry Pi3 in command line mode

2016-10-30 Thread Lars via Lazarus
On Fri, October 28, 2016 11:23 pm, Ken Kashmarek via Lazarus wrote: > I have been runing FPC v3 on Windows 7 from a command line window. The > Windows 7 version of the IDE sucks. > By IDE do you mean lazarus, or the freepascal IDE which is different (like turbopascal). There is an FPC mailing li

Re: [Lazarus] Chromium embedded on freebsd or firefox embedded

2016-10-30 Thread Lars via Lazarus
On Mon, October 24, 2016 5:33 am, José Mejuto via Lazarus wrote: > Hello, > > > Yes, currently Chromium seems to be better, but anyway it will need a > lot of work starting from the CEF as if my brain serves me CEF API is C++ > so you will find the same problem as Qt interface, a very big DLL/so

Re: [Lazarus] Online Package Manager

2016-10-30 Thread Lars via Lazarus
On Fri, October 28, 2016 12:20 am, Balázs Székely via Lazarus wrote: > Hi, > > > We have made considerable progress with the online package manager. Next > week the central repository will be populated with 30+ packages. Here is a > short video(please watch it in 700p). > > https://youtu.be/y_hT

Re: [Lazarus] How to use strings properly with fixes_1_6 and FPC 3.0.0?

2016-10-30 Thread Rolf Grunsky via Lazarus
On 10/30/2016 06:15 PM, Lars wrote: Off topic, off list, but.. -- TRUTH in her dress finds facts too tight. In fiction she moves with ease. Stray Birds by Rabindranath Tagore What does this mean? Something about this: http://www.the-niceguy.com/articles/Nutballs.html The only thing I can t

[Lazarus] mensaje de espera

2016-10-30 Thread hfiandor via Lazarus
Estimados listeros: Tengo una form con un botón Ver Informe. Al hacer click en el botón se realizan operaciones que consumen algunos segundos. Tengo un ProgressBar para indicar que esta corriendo. Quisiera añadir un label que diga Espere unos segundos. Que aparezca cuando se clickea Ver informe y

Re: [Lazarus] Run FPC on Raspberry Pi3 in command line mode

2016-10-30 Thread Ken Kashmarek via Lazarus
On Windows 7, the IDE is tagged FPC in the desktop icon and is called Free Pascal. It is not referred to as Lazarus. All my programs at this point are command line oriented. I have been using the IDE on RPi3 with the Build menu item (under Run), and then switching to a command line window in