Subject | Re: [firebird-support] 2.5 upgrade causing problems |
---|---|
Author | Lester Caine |
Post date | 2011-02-06T16:20:21Z |
Lester Caine wrote:
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
> OK I was fairly sure that the notes were in an email on either this list or theOK that was quite easy once I modified the older .c file to match the format of
> 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' -
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