Subject Re: UDF - entry point could not be found F_ADDMONTH
Author homerjones1941
> Remove ".dll" from the module name. If IBExpert put that there then IBExpert has a bug.

I removed the ".dll" like below, and still have the same problem.

DECLARE EXTERNAL FUNCTION F_ADDMONTH
DATE,
INTEGER
RETURNS DATE
ENTRY_POINT 'AddMonth' MODULE_NAME 'FreeUDFLib';