Subject | RE: [firebird-support] Re: group by week |
---|---|
Author | Alan McDonald |
Post date | 2003-10-20T03:56:55Z |
> Well the other day I have the f_weekofyear working in my computerI have some 6.01 and 6.02s installed. In each case
> which has FB 1.5 rc6 on it ... this time I am trying to get it to work
> on my other computer which has IB 6 open source ... I have try
> registering the udf with and without the *.dll ... but the same error
> is coming out
>
> invalid request BLR at offset 60
> function f_weekofyear is not defined
> module name or entrypoint could not be found.
>
> I have the freeudflib.dll place in ../bin, ../udf ... there is a
> difference on registering a udf from FB 1.5 to IB6?
>
> thanks for your help.
>
> James
C:\Program Files\Borland\InterBase\UDF
is where my UDF libs are
and this is how the function is declared
DECLARE EXTERNAL FUNCTION F_WEEKOFYEAR
DATE
RETURNS INTEGER BY VALUE
ENTRY_POINT 'WeekOfYear' MODULE_NAME 'FreeUDFLib.dll'
Alan