Board index » delphi » udf that returns cstring doesn't works
Miguel Guzman
![]() Delphi Developer |
Sun, 26 Sep 2004 12:07:10 GMT
udf that returns cstring doesn't works
Hi,
I have this function, (for test purpose) function Left(var sz : pchar; cnt : integer):pchar; And this interbase declaration declare external function f_left Everything seem good, but when I run the function in an select statement I I have set the dll in de udfdirecotry, use the ib_util and sharemem units in Any Idea ? |