Subject | Re: [IBO] *Problems with UDF |
---|---|
Author | Helen Borrie |
Post date | 2005-06-21T12:30:35Z |
At 12:14 PM 21/06/2005 +0000, you wrote:
(of course) make sure that dskudf.dll is in the correct directory location.
Helen
>---------------------Drop the function and re-define it without ".dll" in the module name. Also
>invalid request BLR at offset 60
>function WEEKOFYEAR is not definited
>module name or entypoint could not be found
>---------------------
>
>
>DECLARE EXTERNAL FUNCTION WEEKOFYEAR
> DATE
> RETURNS INTEGER BY VALUE
> ENTRY_POINT 'WEEKOFYEAR'
> MODULE_NAME 'dskudf.dll'
(of course) make sure that dskudf.dll is in the correct directory location.
Helen