Subject Re: [firebird-support] Devel Firebird UDF for Linux problems
Author Nick Upson
the argument definitons don't match

On 24/11/06, yosvanyllr <yosvanyllr@...> wrote:

> int EXPORT extapp (int argc, char *argv[]){

2 args, an int & a pointer to array of char *

> ----------------------------------------------------------------------------------------------
> This application receive 3 varchars as paremeter from a table. I try
> to create the UDF as:

3 parameters

> DECLARE EXTERNAL FUNCTION F_EXTAPP
> CSTRING(255)

one char

> RETURNS Integer
> ENTRY_POINT 'extapp'
> MODULE_NAME 'udfapp.so';

There may be other items but that may help