Subject UDF was fine in FB1.5.1
Author davidlhoffman66
Hi, I've got a custom UDF that's been working fine for years but now
that I'm moving it to FB 2.0.1 RC1 I'm receiving the infamous "module
name or entrypoint could not be found" error.

I've reviewed the literature and checked everything I can think of:

1. The .dll is in the /UDF folder under the main Firebird folder, same
as before.

2. The firebird.conf settings are identical

3. All file-folder permissions are identical

4. I dropped and re-declared the external function (I can see the
function in the database with tools like IB_SQL and IBExpert)

5. I tried setting "UdfAccess = Full" and declared a full path to the
.dll, with and without specifying the file extension (in FB1.5.1 I
used neither path nor extension).

6. I double-checked the FB 2.0 Release Notes for any obvious changes


Yes, I am frustrated. What's different about UDF handling in FB2 from
FB 1.5.1?

Many thanks for any suggestions. I feel like I'm missing something
obvious....

-David