Re: [fpc-pascal] please where is fpc-3.2.0rc1.arm64-linux

2020-05-17 Thread Sven Barth via fpc-pascal
Am 16.05.2020 um 11:53 schrieb Mgr. Janusz Chmiel via fpc-pascal: Dear specialists, Please is there some precompiled Linux ARM64 Binary of fpc-3.2.0rc1? Because I can only find ARM not ARM64 Bit precompiled binary. May be, that compiler is stored on some FTP site, but I have analysed

[fpc-pascal] please where is fpc-3.2.0rc1.arm64-linux

2020-05-17 Thread Mgr. Janusz Chmiel via fpc-pascal
Dear specialists, Please is there some precompiled Linux ARM64 Binary of fpc-3.2.0rc1? Because I can only find ARM not ARM64 Bit precompiled binary. May be, that compiler is stored on some FTP site, but I have analysed ftp.freepascal.org and I did not found. Thank you for yours advice.

Re: [fpc-pascal] Optimizing code generation fpc (lazarus)?

2020-05-17 Thread Michael Van Canneyt
On Sun, 17 May 2020, Bo Berglund via fpc-pascal wrote: ADDING ANOTHER QUESTION: Is there a way to find out which functions in a particular unit are called from the other units in the project? Sort of an expanded list of "dependencies"... The lazarus IDE can give

Re: [fpc-pascal] Optimizing code generation fpc (lazarus)?

2020-05-17 Thread Jonas Maebe
On 17/05/2020 11:18, Bo Berglund via fpc-pascal wrote: > So now I wonder if there is a way to compile the application where the > compiler will not touch functions that are not used in the current > project? No. > ADDING ANOTHER QUESTION: > > Is there a way to find out

Re: [fpc-pascal] Optimizing code generation fpc (lazarus)?

2020-05-17 Thread Bo Berglund via fpc-pascal
On Sun, 17 May 2020 11:15:17 +0200, Bo Berglund via fpc-pascal wrote: Maybe a stupid question, but... I am struggling with porting a Windows service application written with D7/D2007 back in 2004-2006 or so. I need to get it moved to Linux because of Windows 10 issues. Now I am handling a lot

[fpc-pascal] Optimizing code generation fpc (lazarus)?

2020-05-17 Thread Bo Berglund via fpc-pascal
Maybe a stupid question, but... I am struggling with porting a Windows service application written with D7/D2007 back in 2004-2006 or so. I need to get it moved to Linux because of Windows 10 issues. Now I am handling a lot of errors from a "CommonFuncs" unit that is used in many different

Re: [fpc-pascal] How to implement a simple tcp/ip connection?

2020-05-17 Thread Bo Berglund via fpc-pascal
On Sat, 16 May 2020 23:24:34 +0100, Graeme Geldenhuys wrote: >> Well the simplest way to get Indy10 into Lazarus is via Online Package >> Manager! > >Do they (whoever it might be) keep it up to date with the lastest Indy? I believe that it is actually Remy Lebeau who is doing that (I might be

Re: [fpc-pascal] Bug 37080 -- StrToHostAddr accepts all Pascal number notations

2020-05-17 Thread Michael Van Canneyt
On Sun, 17 May 2020, Noel Duffy via fpc-pascal wrote: On 17/05/20 3:00 am, Michael Van Canneyt wrote: On Sat, 16 May 2020, Michael Van Canneyt wrote: On Sat, 16 May 2020, Jonas Maebe wrote: On 15/05/2020 12:39, Noel Duffy via fpc-pascal wrote: While doing some work on bug 37060, the