Subject Re: [ib-support] DLLS, UDFs, and Firebird
Author Martijn Tonies
Sean,

Since when it this required? This makes the declaration platform sensitive
and
shouldn't be needed as far as I know.


> Jonathan,
>
> > 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


With regards,

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."