Subject | ODP: [firebird-support] udf dll |
---|---|
Author | Karol Bieniaszewski |
Post date | 2018-12-12T18:04:20Z |
I suppose you do some wrong things like:
- Wrong calling convention – should by „cdecl” not „stdcall”
- You allocate strings locally and return it to the engine but you should allocate it by „ib_util_malloc”.
- Your declaration of udf is wrong.
- You raise some exceptions inside your udf
…..
regards,
Karol Bieniaszewski