Subject Re: [firebird-support] Write UDF for 3.0 - Linux 64bit vs Windows 32bit
Author Dimitry Sibiryakov
19.04.2018 13:16, Gabor Boros mlnglsts@... [firebird-support] wrote:
> What I am doing wrong?

Your function does not match its definition: "RETURNS PARAMETER 1" is not what you think.
Use nm to check that TEST_UDF is really exported (remember about case sensitivity) and
library is really libMY_UDF.so (case sensitivity again).


--
WBR, SD.