Subject Re: [ib-support] Re: How to use UDF in Firebird??
Author Brandon Fouts
Is it possible that the dll has not been created correctly or defined
correctly? I get this same error when the .dll is not present which I think
mk was trying to do by moving the dll. So either it can't find the dll or
the dll hasn't been created correctly.

The ibphoenix page has a page about this:
http://www.ibphoenix.com/netfradb/search.nfs?a=knowledgebase&l=;KNOWLEDGEBAS
E.PAGES;ID='344'

Hope that is somewhat helpful!

Brandon
----- Original Message -----
From: "csswa" <csswa@...>
To: <ib-support@yahoogroups.com>
Sent: Sunday, June 02, 2002 4:29 AM
Subject: [ib-support] Re: How to use UDF in Firebird??


> > DECLARE EXTERNAL FUNCTION F_YEAR
> > DATE
> > RETURNS INTEGER BY VALUE
> > ENTRY_POINT 'Year'
> > MODULE_NAME 'c:\programmi\firebird\udf\FreeUDFLib.dll';
>
> For module name, try the file name without the .dll,
> e.g. 'freeudflib' -- and ensure all your udf dlls go in the 'UDF'
> folder off your server installation path.
>
> Regards,
> Andrew Ferguson
> -- All tongue and no sandwich.
>
>
> --- In ib-support@y..., "mk_delphi" <mk_delphi@y...> wrote:
> > Hi all,
> > I am not able tu sue UDF in my firebird 1.0,
> > i try to use FreeUDFLib:
> >
> > I declared the function I need like:
> >
> > DECLARE EXTERNAL FUNCTION F_YEAR
> > DATE
> > RETURNS INTEGER BY VALUE
> > ENTRY_POINT 'Year'
> > MODULE_NAME 'c:\programmi\firebird\udf\FreeUDFLib.dll';
> >
> > or without the path, but they want work;
> >
> > calling this:
> > select f_year(data_ordine) from ordini_cli_a
> > i get:
> > invalid token.
> > invalid request BLR at offset 60.
> > function F_YEAR is not defined.
> > module name or entrypoint could not be found.
> >
> > Can someone help me?
> > I copied FreeUDFLib.dll everywhere in my PC..
> > Best regards
>
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>