Subject | UDF problems |
---|---|
Author | Yosvany Llerena RodrÃguez |
Post date | 2002-11-09T03:28:08Z |
Hi everybody.
I raw green now in IB/FireBird data base systems.
Mi problem is:
I programed dll in c native and working ok in other tested programs. Now I want to use this on UDF in IBase 5.6
but I can't the interbase turn unstable the Icon on the task bar in flashing in red.
my function just have two INPUT parameter (INTEGER) and one OUTPUT parameter (CSTRING)
This is my ocode to dlare de UDF.
DECLARE EXTERNAL FUNCTION Distrib
INTEGER, INTEGER
RETURNS CSTRING(20) FREE_IT
ENTRY_POINT "IB_Distrib" MODULE_NAME "ib_install_dir\distrib.dll";
[Non-text portions of this message have been removed]
I raw green now in IB/FireBird data base systems.
Mi problem is:
I programed dll in c native and working ok in other tested programs. Now I want to use this on UDF in IBase 5.6
but I can't the interbase turn unstable the Icon on the task bar in flashing in red.
my function just have two INPUT parameter (INTEGER) and one OUTPUT parameter (CSTRING)
This is my ocode to dlare de UDF.
DECLARE EXTERNAL FUNCTION Distrib
INTEGER, INTEGER
RETURNS CSTRING(20) FREE_IT
ENTRY_POINT "IB_Distrib" MODULE_NAME "ib_install_dir\distrib.dll";
[Non-text portions of this message have been removed]