Subject Re: [firebird-support] 2.5 upgrade causing problems
Author Lester Caine
Lester Caine wrote:
> OK I was fairly sure that the notes were in an email on either this list or the
> firebird-php one, but I can't find them now:( Can someone give me a quick boot
> up as to the command line bits to compile a 'udf.c' file into a 'udf.so' -

OK that was quite easy once I modified the older .c file to match the format of
the newer sample.

long EXPORT fn_len(ARG(char*, s))
ARGLIST(char *s)
{

maps to
long EXPORT fn_len(char* s)
{

So the question obviously is ... was that something that I've stripped a few
years ago ( and forgotten ;) ) when converting the windows udf files to use with
linux, or something new?

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php