Subject Off Topic: UDF in KyLix to Interbase
Author Paulo Henrique Albanez
I have the functions library for InterBase, only that am with a small problem.

The library call other library, if I don't pass the path complete, doesn't work.

function ib_util_malloc(l: integer): pointer; cdecl; external '/opt/interbase/lib/ib_util';

If I compiles with FreePascal, it works without the path

function ib_util_malloc(l: integer): pointer; cdecl; external 'ib_util';

Do anybody know with solve this problem?


PHA
Nova Odessa / SP - Brazil



[Non-text portions of this message have been removed]