Re: [fpc-pascal] Why external execution so slow?

2020-03-31 Thread Sven Barth via fpc-pascal
Am 01.04.2020 um 00:22 schrieb fredvs via fpc-pascal: Does FPC come as a 64 bit release now? https://sourceforge.net/projects/freepascal/files/Win32/3.0.4/fpc-3.0.4.i386-win32.cross.x86_64-win64.exe/download Alexander meant a native Win64 release. And the answer for that is no. Regards, Sven

Re: [fpc-pascal] Why external execution so slow?

2020-03-31 Thread fredvs via fpc-pascal
> Does FPC come as a 64 bit release now? https://sourceforge.net/projects/freepascal/files/Win32/3.0.4/fpc-3.0.4.i386-win32.cross.x86_64-win64.exe/download - Many thanks ;-) -- Sent from: http://free-pascal-general.1045716.n5.nabble.com/ ___ fpc-p

Re: [fpc-pascal] Why external execution so slow?

2020-03-31 Thread Alexander Grotewohl
Does FPC come as a 64 bit release now? I usually steal FPC from a Lazarus release because the 32bit compiler and it's generated binaries have a noticable lag executing on a 64bit Windows machine vs 64bit the whole way through. The other though I had is that your E: is going to sleep while you're

Re: [fpc-pascal] Why external execution so slow?

2020-03-31 Thread Marco van de Voort
Op 2020-03-31 om 19:37 schreef Gabor Boros: I need to execute an external program from my application. This execution is much slower than execute the external application from command line. I made a simple example (see below) which show 1.7 seconds for me. Why? (From command line the executio

[fpc-pascal] Why external execution so slow?

2020-03-31 Thread Gabor Boros
Hi All, I need to execute an external program from my application. This execution is much slower than execute the external application from command line. I made a simple example (see below) which show 1.7 seconds for me. Why? (From command line the execution time is 15 milliseconds. I used Win

Re: [fpc-pascal] Ncurses unit and newer releases of ncurses

2020-03-31 Thread Noel Duffy via fpc-pascal
On 30/03/20 8:17 pm, Michael Van Canneyt wrote: On Sun, 29 Mar 2020, Noel Duffy via fpc-pascal wrote: Running fpc 3.0.4 on Fedora 30. The ncurses unit is based on version 5.6 of ncurses, according to constants defined in the source. The upstream ncurses is now at 6.2, and I wondered if the