Subject | Re: [firebird-support] Linux UDF written in pascal |
---|---|
Author | Flávio Costa |
Post date | 2009-06-09T12:18:32Z |
Try to use these compiler directives:
{$mode DELPHI}{$H+}
{$PACKRECORDS C}
and declare all exported functions as
cdecl
{$mode DELPHI}{$H+}
{$PACKRECORDS C}
and declare all exported functions as
cdecl
On Tue, Jun 9, 2009 at 08:37, Coco Pascal<coco.pascal@...> wrote:
>
>
> robert.gilland schreef:
>>
>>
>> I cannot compile a working linux UDF in pascal ( free pascal ).
>> I have a working UDF written in Delphi in windows.
>> I have tried for over a week to get something happenning nothin is
>> working.
>>
>> Does anyone have some examples?
>>
>> _
>
> Yes, see this bug report:
> http://bugs.freepascal.org/view.php?id=13891
>
>