Re: [fpc-devel] TMSSQLConnection - sqlDB component for accessing MS SQL Server

2012-03-16 Thread michael . vancanneyt
On Thu, 15 Mar 2012, Marcos Douglas wrote: On Mon, Feb 27, 2012 at 9:33 AM, Marcos Douglas m...@delfire.net wrote: On Mon, Feb 27, 2012 at 5:08 AM,  michael.vancann...@wisa.be wrote: On Mon, 27 Feb 2012, LacaK wrote: Hi, let me share same basic info/ideas about TMSSQLConnection : 1. As

[fpc-devel] Re: [Lazarus] How to iterate through a TAvgLvlTree

2012-03-16 Thread Alexander Klenin
On Fri, Mar 16, 2012 at 21:06, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Fri, 16 Mar 2012 20:47:15 +1100 Alexander Klenin kle...@gmail.com wrote: On Fri, Mar 16, 2012 at 19:36, Mattias Gaertner nc-gaert...@netcologne.de wrote: Is it possible to iterate through all items in a

Re: [fpc-devel] TMSSQLConnection - sqlDB component for accessing MS SQL Server

2012-03-16 Thread Marcos Douglas
On Fri, Mar 16, 2012 at 5:40 AM, michael.vancann...@wisa.be wrote: On Thu, 15 Mar 2012, Marcos Douglas wrote: On Mon, Feb 27, 2012 at 9:33 AM, Marcos Douglas m...@delfire.net wrote: On Mon, Feb 27, 2012 at 5:08 AM,  michael.vancann...@wisa.be wrote: On Mon, 27 Feb 2012, LacaK wrote:

[fpc-devel] elf load order

2012-03-16 Thread Andrew Haines
Hi, I'm trying to figure out the order of events when an elf file is executed. I think that the _start symbol just points to the start of the .text section and crt1 is first followed by crti followed by crtbegin. After that I'm not sure. I am porting fpc to the xenon platform and it uses the

Re: [fpc-devel] elf load order

2012-03-16 Thread Sven Barth
On 16.03.2012 19:16, Andrew Haines wrote: Hi, I'm trying to figure out the order of events when an elf file is executed. I think that the _start symbol just points to the start of the .text section and crt1 is first followed by crti followed by crtbegin. After that I'm not sure. I am porting

Re: [fpc-devel] elf load order

2012-03-16 Thread Andrew Haines
On 03/16/12 15:27, Sven Barth wrote: On 16.03.2012 19:16, Andrew Haines wrote: Hi, I'm trying to figure out the order of events when an elf file is executed. I think that the _start symbol just points to the start of the .text section and crt1 is first followed by crti followed by

Re: [fpc-devel] elf load order

2012-03-16 Thread Sven Barth
On 16.03.2012 21:37, Andrew Haines wrote: On 03/16/12 15:27, Sven Barth wrote: On 16.03.2012 19:16, Andrew Haines wrote: Hi, I'm trying to figure out the order of events when an elf file is executed. I think that the _start symbol just points to the start of the .text section and crt1 is

[fpc-devel] update on freepascal armhf porting, doubles are working now for singles.

2012-03-16 Thread peter green
I can now successfully pass doubles to/from C functions on armhf. I've written a test program that passes lots of different combinations of single/double/longint/int64 to C code and all combinations that do not involve singles are working. A patch with the current state of the work is