Subject | UDF and Dates question |
---|---|
Author | Bill Newhall |
Post date | 2004-05-12T21:17:22Z |
I am using Kylix 3 on RedHat SE 3.0 to create UDF functions for
Firebird v1.5. Some functions are for dates. To use the dates, I
need to use isc_decode_date and isc_encode_date functions. I think
they are in the libfbclient.so. In Windows, these functions are in
fbclient.dll.
When I build the UDF library and test, I get the unable to resolve
end point error message. When I remove the reference to
isc_decode_date and isc_encode_date, I don't get that error message.
It seems that the UDF library can not locate the libfbclient.so and
call up the the isc functions. Can someone help me on creating UDF
functions with dates? Is there something that I missed during the
installation of Firebird?
Thanks
Bill Newhall
Firebird v1.5. Some functions are for dates. To use the dates, I
need to use isc_decode_date and isc_encode_date functions. I think
they are in the libfbclient.so. In Windows, these functions are in
fbclient.dll.
When I build the UDF library and test, I get the unable to resolve
end point error message. When I remove the reference to
isc_decode_date and isc_encode_date, I don't get that error message.
It seems that the UDF library can not locate the libfbclient.so and
call up the the isc functions. Can someone help me on creating UDF
functions with dates? Is there something that I missed during the
installation of Firebird?
Thanks
Bill Newhall