Subject Re: [firebird-support] embedded firebird and UDFs
Author Rolf & Sibylle Nussbaumer
Dimitrios Chr. Ioannidis wrote:
>
> 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


I have the following setup

D:\HomeAdmin\firebird.conf
D:\HomeAdmin\gds32.dll (gds32.dll is fbembed.dll, dated 17.04.03)
D:\HomeAdmin\HOMEADMIN.GDB
D:\HomeAdmin\HomeAdmin.exe
D:\HomeAdmin\fb\firebird.msg
D:\HomeAdmin\fb\udf\fbudf.dll
D:\HomeAdmin\fb\udf\fudlib.dll
D:\HomeAdmin\fb\udf\ib_udf.dll
D:\HomeAdmin\fb\intl\gdsintl.dll

In firebird.conf I've set
RootDirectory = D:\HomeAdmin\fb

My application still can't find the UDFs!