Subject | Off Topic: UDF in KyLix to Interbase |
---|---|
Author | Paulo Henrique Albanez |
Post date | 2001-06-20T14:14:16Z |
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]
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]