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 attatche
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 firs
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 follow
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 f
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 elf
On Fri, Mar 16, 2012 at 5:40 AM, wrote:
>
>
> On Thu, 15 Mar 2012, Marcos Douglas wrote:
>
>> On Mon, Feb 27, 2012 at 9:33 AM, Marcos Douglas wrote:
>>>
>>> On Mon, Feb 27, 2012 at 5:08 AM, wrote:
On Mon, 27 Feb 2012, LacaK wrote:
> Hi,
> let me share same basi
On Fri, Mar 16, 2012 at 21:06, Mattias Gaertner
wrote:
> On Fri, 16 Mar 2012 20:47:15 +1100
> Alexander Klenin wrote:
>
>> On Fri, Mar 16, 2012 at 19:36, Mattias Gaertner
>> wrote:
>> >> Is it possible to iterate through all items in a TAvgLvlTree? I
>> >> couldn't find an easy method for doing
On Thu, 15 Mar 2012, Marcos Douglas wrote:
On Mon, Feb 27, 2012 at 9:33 AM, Marcos Douglas wrote:
On Mon, Feb 27, 2012 at 5:08 AM, wrote:
On Mon, 27 Feb 2012, LacaK wrote:
Hi,
let me share same basic info/ideas about TMSSQLConnection :
1. As Marcos wrote it is descendant of sql-db TSQ