Re: [fpc-pascal] Defining sonames?

2017-08-15 Thread wkitty42
On 08/14/2017 09:19 AM, Fred van Stappen wrote: A concrete example. A Linux/FreeBSD fpc release was compiled using the pascal headers for libX11.so.6 and using symlink libX11.so >> libX11.so.6.0.8. This release was installed on a system (with libX11-dev too to make it work). ok, that's

Re: [fpc-pascal] TInifile does not handle " " (space) as a value.

2017-08-15 Thread Sven Barth via fpc-pascal
Am 15.08.2017 11:57 schrieb "Michael Van Canneyt" : > > > > On Tue, 15 Aug 2017, Sven Barth via fpc-pascal wrote: > >> Am 15.08.2017 11:17 schrieb "Michael Van Canneyt" : >>> >>> >>> >>> >>> On Mon, 14 Aug 2017, Graeme Geldenhuys wrote: >>> On

Re: [fpc-pascal] TInifile does not handle " " (space) as a value.

2017-08-15 Thread Sven Barth via fpc-pascal
Am 15.08.2017 11:17 schrieb "Michael Van Canneyt" : > > > > On Mon, 14 Aug 2017, Graeme Geldenhuys wrote: > >> On 2017-08-04 08:47, Michael Van Canneyt wrote: Is this considered a bug or "by design"? >>> >>> This is by design. >>> As you said, whitespace is not so

Re: [fpc-pascal] TInifile does not handle " " (space) as a value.

2017-08-15 Thread Michael Van Canneyt
On Mon, 14 Aug 2017, Graeme Geldenhuys wrote: On 2017-08-04 08:47, Michael Van Canneyt wrote: Is this considered a bug or "by design"? This is by design. As you said, whitespace is not so well defined. Torsten, if you can, maybe switch to JSON files for config setting instead. I have

Re: [fpc-pascal] TInifile does not handle " " (space) as a value.

2017-08-15 Thread Michael Van Canneyt
On Tue, 15 Aug 2017, Sven Barth via fpc-pascal wrote: Am 15.08.2017 11:17 schrieb "Michael Van Canneyt" : On Mon, 14 Aug 2017, Graeme Geldenhuys wrote: On 2017-08-04 08:47, Michael Van Canneyt wrote: Is this considered a bug or "by design"? This is by design.

Re: [fpc-pascal] TInifile does not handle " " (space) as a value.

2017-08-15 Thread Graeme Geldenhuys
On 2017-08-15 10:17, Michael Van Canneyt wrote: You ask, we deliver. Revision 36913, package fcl-json. Unit jsonini.pp contains TJSONIniFile. It is a descendent of TCustomIniFile. What a show off!!! :-P hehehe Nicely done Michael, that was very fast. :) Regards, Graeme -- fpGUI

Re: [fpc-pascal] Defining sonames?

2017-08-15 Thread Fred van Stappen
A concrete example. A Linux/FreeBSD fpc release was compiled using the pascal headers for libX11.so.6 and using symlink libX11.so >> libX11.so.6.0.8. This release was installed on a system (with libX11-dev too to make it work). If, some time later, a system-update was done to the brand new

Re: [fpc-pascal] TInifile does not handle " " (space) as a value.

2017-08-15 Thread Michael Van Canneyt
On Tue, 15 Aug 2017, Graeme Geldenhuys wrote: On 2017-08-15 10:17, Michael Van Canneyt wrote: You ask, we deliver. Revision 36913, package fcl-json. Unit jsonini.pp contains TJSONIniFile. It is a descendent of TCustomIniFile. What a show off!!! :-P hehehe Nicely done Michael, that

Re: [fpc-pascal] TMemDataSet

2017-08-15 Thread Michael Van Canneyt
On Tue, 15 Aug 2017, Mattias Gaertner wrote: Hi, Does TMemDataSet support loading/saving blobs? No. You'd better use TBufDataset. It has all the features of TMemDataset, and more. Rewriting TMemDataset as a descendent of TBufDataset is on my TODO list. Michael.

[fpc-pascal] TMemDataSet

2017-08-15 Thread Mattias Gaertner
Hi, Does TMemDataSet support loading/saving blobs? Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal