Subject | Re: [firebird-support] Re: UDF - entry point could not be found F_ADDMONTH |
---|---|
Author | Sudheer Palaparambil |
Post date | 2011-03-14T14:18:15Z |
Hi,
I had the same problem, It disappeared as soon as I installed Microsoft
C Runtime Library (vcredist_x86.exe).
http://www.filecluster.com/downloads/Microsoft-Visual-C-2008-Redistributable-Package.html
Regards.
Sudheer Palaparambil
I had the same problem, It disappeared as soon as I installed Microsoft
C Runtime Library (vcredist_x86.exe).
http://www.filecluster.com/downloads/Microsoft-Visual-C-2008-Redistributable-Package.html
Regards.
Sudheer Palaparambil
On Mon, Mar 14, 2011 at 9:36 AM, homerjones1941 <homer@...>wrote:
>
>
> > 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';
>
>
>
[Non-text portions of this message have been removed]