Subject FB UDF experience
Author rapdirector
Hi Friends!

I just want to share my experiences with UDF errors produced by FireBird and UDF libs written in Delphi. I saw many topics on 'Module name or entry point not found ...' error message. In the most cases the problem were that I passed string (PChar) parameteres to the dll and therefore the ShareMem must be the first entry in the library's Uses clause. But the ShareMem.pas is the interface unit to the borlandmm.dll located in the Delphi/Bin folder. So, the borlandmm.dll must be deployed with the mentioned UDF libs. This method solved all my problems about UDFs on any Windows OS. No more deployment problems!! :-)

I hope this helps a little.

Best regards:Alex :-)