Subject | Re: [firebird-support] Write UDF for 3.0 - Linux 64bit vs Windows 32bit |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2018-04-19T11:23:32Z |
19.04.2018 13:16, Gabor Boros mlnglsts@... [firebird-support] wrote:
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.
> 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.