[fpc-pascal] Copy TJSonArray to Array

2015-08-12 Thread Chris Moody
Hi all, First off thanks to all who have provided help over the past few weeks, I just have one last thing I'm trying to unravel (that I know of currently) and this project should be done. The JSON feed I'm reading will have 2 arrays in it, would it be best to copy these to a normal array an

Re: [fpc-pascal] Copy TJSonArray to Array

2015-08-12 Thread Michael Van Canneyt
On Wed, 12 Aug 2015, Chris Moody wrote: Hi all, First off thanks to all who have provided help over the past few weeks, I just have one last thing I'm trying to unravel (that I know of currently) and this project should be done. The JSON feed I'm reading will have 2 arrays in it, would it

[fpc-pascal] Android and Atom

2015-08-12 Thread Mark Morgan Lloyd
I seem to have a tablet with Android 5.0 based on an Intel Atom CPU (Z3735F) here. I've got rather a lot of stuff on my plate so I'm putting off playing with this as long as I can, but can anybody comment on where FPC (and possibly Lazarus) are with this sort of device? -- Mark Morgan Lloyd

Re: [fpc-pascal] Android and Atom

2015-08-12 Thread Sven Barth
Am 12.08.2015 15:02 schrieb "Mark Morgan Lloyd" < markmll.fpc-pas...@telemetry.co.uk>: > > I seem to have a tablet with Android 5.0 based on an Intel Atom CPU (Z3735F) here. > > I've got rather a lot of stuff on my plate so I'm putting off playing with this as long as I can, but can anybody comment

Re: [fpc-pascal] Copy TJSonArray to Array

2015-08-12 Thread Chris Moody
On 08/12/2015 12:36 AM, Michael Van Canneyt wrote: On Wed, 12 Aug 2015, Chris Moody wrote: Hi all, First off thanks to all who have provided help over the past few weeks, I just have one last thing I'm trying to unravel (that I know of currently) and this project should be done. The JS

[fpc-pascal] FreeBSD and fpc messages.

2015-08-12 Thread fredvs
Hello. I did a recent update of all libraries in FreeBSD64 to the trunk versions. Now, all the message given by fpc,while compiling, are no more readable. The compilation is ok, but all the output message have un-readable characters. Changing LANG var did not change anything. What libraries are

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-12 Thread Jonas Maebe
On 12/08/15 22:48, fredvs wrote: > What libraries are used by fpc to render the output messages? FPC does not use any library. Which language are you using for the messages? > By the way, does it exist a list of all the external dependencies (not the > fpc one) needed to compile a simple fpc prog

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-12 Thread Fred van Stappen
> > What libraries are used by fpc to render the output messages? > > FPC does not use any library. Which language are you using for the messages? I use the default language (En). What i do not understand is that, in console, gcc gives messages ok and fpc only hexa characters. > > By the way, d

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-12 Thread Fred van Stappen
> All it needs is binutils (and in case of i386 and x86-64 on ELF > platforms such as FreeBSD, only the binutils linker). Hello. I have try with old binutils but same result. See attachment. Thanks. Fre;D __