Subject | Re: [ib-support] DLLS, UDFs, and Firebird |
---|---|
Author | Martijn Tonies |
Post date | 2002-10-08T06:34:58Z |
Sean,
Since when it this required? This makes the declaration platform sensitive
and
shouldn't be needed as far as I know.
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
Since when it this required? This makes the declaration platform sensitive
and
shouldn't be needed as far as I know.
> Jonathan,With regards,
>
> > DECLARE EXTERNAL FUNCTION ROUNDER
> > INTEGER, DOUBLE PRECISION
> > RETURNS DOUBLE PRECISION BY VALUE
> > ENTRY_POINT 'Rounder' MODULE_NAME 'MyUDF'
>
> Try
>
> DECLARE EXTERNAL FUNCTION ROUNDER
> INTEGER, DOUBLE PRECISION
> RETURNS DOUBLE PRECISION BY VALUE
> ENTRY_POINT 'Rounder' MODULE_NAME 'MyUDF.dll' <- note the '.dll'
>
> Sean
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."