Subject | Re: [firebird-support] Troubels with Firebird 1.5 |
---|---|
Author | Ivan Prenosil |
Post date | 2004-03-24T13:40:26Z |
> The standard UDF's works now fine. But still my self written UDF's, wichPrevious versions were more forgiving when using wrong calling convention.
> worked fine with Firebird 1.0, did not work. If I execute it, the Firebird
> server crashes (-1). I did not change the library. Is there in executing
> UDF's a difference between Version 1.0 and 1.5?
In FB1.5 you have to use cdecl calling convention for your UDFs.
Ivan