Subject Re: [firebird-support] Re: group by week
Author Helen Borrie
At 08:19 AM 18/10/2003 +0000, you wrote:
>yes I have declare it by executing this ...
>
>declare external function f_WeekOfYear
> date
> returns
> integer by value
> entry_point 'WeekOfYear' module_name 'FreeUDFLib.dll';

Ah, these FreeUDFLib declarations are a bit suspect. Try dropping the
function (DROP EXTERNAL FUNCTION 'f_WeekOfYear'), commit it, then declare
and commit it again minus ".dll". AFAIR, the server otherwise is looking
for 'FreeUDF.dll.dll', as it appends the platform-specific suffix at run-time.


>and I have place the FreeUDFLib.dll both on ..\bin and ..\udf to be
>sure
>
>
>is there something wrong?

Could also be that you don't have the UDF library configuration correct in
your configuration file. Can't help with that unless you tell us what
version of the server you are using.

hb