Subject Re: [firebird-support] UDF & Kylix
Author Helen Borrie
At 03:03 PM 17/06/2004 -0300, you wrote:
>Hi!
>
>I never wrote a UDF in Kylix but I need to convert one that is written in
>Delphi to be used on Linux version of Firebird. There is some "how-to" or
>some example that I can read and learn? I already got some progress but I'm
>having problem with the identification of the entry-points of the functions.
>
>Any clue is well coming.

Try this - it's for Delphi but the principles are the same:

http://www.ibphoenix.com/main.nfs?a=ibphoenix&l=;PAGES;NAME='ibp_howto2'

For "ib_util.dll" (on Windows) read "libib_util.so" (on Linux). You can find an ibase.pas (conversion of ibase.h) in Greg Deatz's FreeUDFLib Delphi sources, downloadable from http://www.cvalde.net/misc/packages_and_utilities.htm. Also get the FreeUDFLibC C sources, to see the differences between Windows and Linux.

>Thank you very much! (and sorry about the bad english)

The English seems good to me!

/heLen