Subject Re: [firebird-support] embedded firebird and UDFs
Author Dimitrios Chr. Ioannidis
Rolf & Sibylle Nussbaumer wrote:

>DLLs into .\fb\udf, set the root directory to .\fb in firebird.conf.
>
You need to use the full path of tree on the firebird.conf , did you ?

If you have the exe project in C:\test and you follow the example in
readme you will have
a tree somethink like this ...

C:\test
C:\test\fb
C:\test\fb\udf
C:\test\fb\intl

so the RootDirectory will be
RootDirectory = C:\test\fb

Dimitris