Hello to everyone, I'm new in this forum. A cordial greeting. My problem is the following. I have an application that works with 32-bit Firebird 2.5.3 and I want it to work with 64-bit Firebird 2.5.3. Well the problem I have is that my database uses some UDFs stored in a dll made in Delphi XE10 Seatle. I have compiled said dll in 64 bits. And the first tests I did were on a server with Windows 7 and another with Windows 10 and they were satisfactory. The 64-bit Firebird loaded the UDFs without problems...
rfunc6.sql added new udfs
rblob.c Updated header to 2017
fixed implementations of functions: str2hex hex2str; added division to short and long versions
fixed implementation of stresc function
fixed implementations of functions: substrr, strnpos, strposr, strnposr, strrev; strmirror renamed to strrev
fixed end-line symbols
fixed empty froms case of strnreplace function. Now it returns s itself in that case