Re: [fpc-pascal] SetPropValue: value as string does not work for Chars and Booleans

2015-06-12 Thread silvioprog
On Thu, Jun 11, 2015 at 2:26 AM, silvioprog wrote: > Hello, > > Trying to set the value 'a' to a property Char and a 'True' to a Boolean > property, I got some errors (logs in attached) in function > 'TypInfo.SetPropValue'. But I did the same test in Delphi XE 7 and also in > Delphi 7 (after some

Re: [fpc-pascal] loadlibrary() unsafe ?

2015-06-12 Thread Mark Morgan Lloyd
fredvs wrote: @ Ewald and Mark => thanks for answer. ;-) Yep, i agree, the process is "exotic" but works so good. I have to agree too, following Martin Schreiber way: => export LD_PRELOAD=$LIBPORTAUDIO, before to run the executable works too. And is maybe safer. And do not need dynlibs in uses

Re: [fpc-pascal] loadlibrary() unsafe ?

2015-06-12 Thread fredvs
@ Ewald and Mark => thanks for answer. ;-) Yep, i agree, the process is "exotic" but works so good. I have to agree too, following Martin Schreiber way: => export LD_PRELOAD=$LIBPORTAUDIO, before to run the executable works too. And is maybe safer. And do not need dynlibs in uses section. And no

Re: [fpc-pascal] loadlibrary() unsafe ?

2015-06-12 Thread Ewald
On 06/10/2015 01:20 PM, fredvs wrote: > To do run the program => > - first dynamic load portaudio with > loadlibrary('/the_path_you_want/libportaudio.so'). > - run the executable via TProcess (espeak). I must admit this is a creative way of solving this particular issue :-) I wonder if you

Re: [fpc-pascal] loadlibrary() unsafe ?

2015-06-12 Thread Mark Morgan Lloyd
fredvs wrote: - For [...], the eSpeak source produces a executable without static espeak-library nor static portaudio-library included in executable. So both espeak-library and portaudio-library must be installed in library path of the system. If libraries are not installed in library path o

Re: [fpc-pascal] TDataset incompatible with Delphi 7 and later

2015-06-12 Thread Graeme Geldenhuys
On 2015-06-12 13:14, Michael Van Canneyt wrote: > We are aware of this, but since there is no support whatsoever for > nested datasets Understood. Many thanks for the info. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.o

Re: [fpc-pascal] TDataset incompatible with Delphi 7 and later

2015-06-12 Thread Michael Van Canneyt
On Fri, 12 Jun 2015, Graeme Geldenhuys wrote: Hi, I've noticed the following incompatible (missing) TDataset properties, which have been available at least since Delphi 7 onwards (maybe even earlier). We are aware of this, but since there is no support whatsoever for nested datasets, we d

[fpc-pascal] TDataset incompatible with Delphi 7 and later

2015-06-12 Thread Graeme Geldenhuys
Hi, I've noticed the following incompatible (missing) TDataset properties, which have been available at least since Delphi 7 onwards (maybe even earlier). These are missing in FPC 2.6.4 - anybody know if somebody is working on these for FPC's TDataset, or maybe if it is already in the upcoming 3.