Subject Re: UDF assistance
Author Adam
--- In firebird-support@yahoogroups.com, "Paul Hope" <paulhope@...> wrote:
>
> Hi Adam
>
> Cant pretend to know what it all means but my udf procedure
declarations end
> in 'cdecl; export;'
> could there be something there?

Hello Paul,

Maybe. The function is explicitly exported in the dpr, and I do use
cdecl for the calling convention for *MY* functions, but it has not
escaped me that the isc_decode_timestamp and isc_encode_timestamp are
declared using stdcall. I thought this a mistake, but then I noticed
that FreeAdHocUDF does pretty much the same thing.

Adam