Subject | Migrating UDF to Linux |
---|---|
Author | send2iwan |
Post date | 2007-10-02T07:53:20Z |
Hi,
I am already use UDF in windows with Firebird 2.0.3 + Ubuntu 7.04 and
works ok.
UDF in windows build with delphi7.
Now I am trying to migrate to linux same source code compile with
Lazarus. Every UDF run ok, only UDF with Date/Time parameter.
Stil use this one? in linux?
procedure isc_decode_sql_date(var ib_date: Long; tm_date: PTM);
stdcall; external IBASE_DLL;
with IBASE_DLL = 'fbclient'?
why my UDF with Date/Time error in Linux?
I am searching everywhere (google and here) and found nothing.
Please somebody help.
Thx
Iwan
I am already use UDF in windows with Firebird 2.0.3 + Ubuntu 7.04 and
works ok.
UDF in windows build with delphi7.
Now I am trying to migrate to linux same source code compile with
Lazarus. Every UDF run ok, only UDF with Date/Time parameter.
Stil use this one? in linux?
procedure isc_decode_sql_date(var ib_date: Long; tm_date: PTM);
stdcall; external IBASE_DLL;
with IBASE_DLL = 'fbclient'?
why my UDF with Date/Time error in Linux?
I am searching everywhere (google and here) and found nothing.
Please somebody help.
Thx
Iwan