Subject | Re: UDF - entry point could not be found F_ADDMONTH |
---|---|
Author | homerjones1941 |
Post date | 2011-03-14T04:06:09Z |
> 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';