Subject | Re: [firebird-support] UDF and Delphi XE3 Blues |
---|---|
Author | Ivan Přenosil |
Post date | 2013-10-16T20:33:33Z |
> The UDF/DLL is in located in the path described in the firebird.conf: UdfAccess = Restrict D:\Apps\Firebird\Firebird_2_5\UDF;Try
UdfAccess = Full
Check OS permissions of dll.
> Yes, "myDLL.dll' is 32-bit, However my FB installation is 64-bit. I did compile the dll to the 64-bit target and copied into thePerhaps your UDF is dependent on antoher dll ?
> UDF folder.
Is this necesary ?
uses
System.SysUtils,
System.Classes;
> function Modulo(var i, j: Integer): Integer; cdecl;Btw. Firebird has built in function MOD() (since fb2.1)
Ivan