Subject | ODP: [firebird-support] Re: UDF install in FB3.0 RC2 |
---|---|
Author | liviuslivius |
Post date | 2016-03-11T06:08:56Z |
hi,
i do not suppose that this is an error. In FB3 structure of folders was changed. Your udf should follow that change. I use my custom udf under fb3 without problem.
Try this:
1. put fbclient.dll in the same folder as your udf file
2. if first do not work try creating bin folder and put there fbclient.dll.
- bin -> fbclient.dll
- udf -> your_udf.dll
and back here with the results.
remember that fbclient and your udf must be in the same bitnes - both 32 or both 64 bit. And must be in the same bitnes as fb server
regards,
Karol Bieniaszewski
-------- Oryginalna wiadomość --------
Od: "russell@... [firebird-support]" <firebird-support@yahoogroups.com>
Data: 11.03.2016 01:21 (GMT+01:00)
Do: firebird-support@yahoogroups.com
Temat: [firebird-support] Re: UDF install in FB3.0 RC2
Assuming this is an error in FB3 RC2, should I register it as an error? If so where?