Subject | Re: [firebird-support] Error on UDF in classic mode |
---|---|
Author | Vlad Khorsun |
Post date | 2008-08-21T06:41:38Z |
> function fn_soundex(Name:PChar) : PChar; stdcall;It must be cdecl, not stdcall
Regards,
Vlad
PS You don't need ShareMem
Subject | Re: [firebird-support] Error on UDF in classic mode |
---|---|
Author | Vlad Khorsun |
Post date | 2008-08-21T06:41:38Z |
> function fn_soundex(Name:PChar) : PChar; stdcall;It must be cdecl, not stdcall