Subject Access to UDF library "xxx.DLL" is denied
Author Steve Harp
Hi All,

I have a custom UDF that is generating the following error.

"Access to UDF library "XpressUDF.DLL" is denied by server administrator"

In the firebird.conf, the UDFAccess line is commented out but other
UDF DLLs such as ib_udf.dll and fbudf.dll are working fine. My DLL is
in the same folder (firebird's UDF folder). I'm running Windows XP
Pro and my UDF DLL was compiled using Delphi 7.

Here's my declaration.

declare external function IntToHex
integer
returns
cstring(254)
entry_point 'IntToHex' module_name 'XpressUDF';

Any ideas?
Steve