Subject | Re: [firebird-support] Re: UDF was fine in FB1.5.1 -- follow-up |
---|---|
Author | Ivan Prenosil |
Post date | 2007-03-12T16:34:11Z |
> I just found out by accident that including the old gds32.dll (datedWhy do you ask ? If they are *your* custom functions, then you must know
> 7/14/2004) in the Windows/System32 folder seems to do the trick.
> Doing the same with fbclient.dll does not work.
>
> Hmmm, do I need to recompile my custom .dll?
what dependencies you created :)
The only reason why udf could be linked to client library
is that it uses isc_encode_sql_date(), isc_decode_sql_date(), ... functions.
Do not know what language you use, but e.g. in Delphi it is trivial
to directly convert between FB types and TDateTime,
without these isc_xxx functions.
Ivan