Re: [fpc-pascal] Minimum Linux version for FPC 3.0.2 (armhf)

2017-11-20 Thread tobiasgiesen
Hi Florian, many thanks for your reply! On DS-212j, it works perfectly including complex threading, OpenSSL, sqlite, sockets etc. so I didn't have any reason to think about armhf or not. Here's the CPU Info: Synology cpuinfo: Processor : Feroceon 88FR131 rev 1 (v5l) BogoMIPS:

Re: [fpc-pascal] FreePascal and MySQL ?

2017-11-20 Thread Michael Van Canneyt
On Mon, 20 Nov 2017, Terry A. Haimann wrote: Hello, This is probably a dumb question. But I have data in a tstringlist that I want to upload into a MediumText MySQL column. It looks to me as if you do something like: Stream := TMemoryStream.Create;

Re: [fpc-pascal] Minimum Linux version for FPC 3.0.2 (armhf)

2017-11-20 Thread Florian Klämpfl
Am 20.11.2017 um 19:50 schrieb Tobias Giesen: > Hello, > I wonder what the minimum Linux version is ... I have made NAS versions of my > app, > and it runs fine on an older Synology NAS with this uname info: > Linux DS-212j 2.6.32.12 > armv5tel GNU/Linux synology_88f6281_212j > > But it crashes

[fpc-pascal] Minimum Linux version for FPC 3.0.2 (armhf)

2017-11-20 Thread Tobias Giesen
Hello, I wonder what the minimum Linux version is ... I have made NAS versions of my app, and it runs fine on an older Synology NAS with this uname info: Linux DS-212j 2.6.32.12 armv5tel GNU/Linux synology_88f6281_212j But it crashes with access violations, and EThread exceptions on this old

Re: [fpc-pascal] FreePascal and MySQL ?

2017-11-20 Thread Snorkl e
You don't need to use a stream just do Dataset.fieldbyname('somecolumn').asstring:=mystringlist.text On Nov 20, 2017 10:02 AM, "Terry A. Haimann" wrote: > Hello, > > This is probably a dumb question. But I have data in a tstringlist that > I want to upload into a MediumText

[fpc-pascal] FreePascal and MySQL ?

2017-11-20 Thread Terry A. Haimann
Hello, This is probably a dumb question. But I have data in a tstringlist that I want to upload into a MediumText MySQL column. It looks to me as if you do something like: Stream := TMemoryStream.Create; MySL.SaveToStream(Stream);

Re: [fpc-pascal] FORTRAN from FreePascal

2017-11-20 Thread Mark Morgan Lloyd
On 20/11/17 12:00, Schindler Karl-Michael wrote: Am 20.11.2017 um 12:00 schrieb fpc-pascal-requ...@lists.freepascal.org:> > Date: Sun, 19 Nov 2017 11:14:50 +> From: Mark Morgan Lloyd > To: fpc-pascal@lists.freepascal.org> Subject: Re: [fpc-pascal] FORTRAN

Re: [fpc-pascal] FORTRAN from FreePascal

2017-11-20 Thread Schindler Karl-Michael
> Am 20.11.2017 um 12:00 schrieb fpc-pascal-requ...@lists.freepascal.org: > > Date: Sun, 19 Nov 2017 11:14:50 + > From: Mark Morgan Lloyd > To: fpc-pascal@lists.freepascal.org > Subject: Re: [fpc-pascal] FORTRAN from FreePascal > Message-ID: