Subject | Re: [firebird-support] UDF not working on 64 bit computer |
---|---|
Author | Helen Borrie |
Post date | 2010-01-18T12:58:25Z |
At 07:29 PM 18/01/2010, you wrote:
./heLen
>Have Firebird 2.1.3 32 bit running on a 64 bit Terminal Server 2003.What is "everything"? Have you checked the UDFAccess parameter in firebird.conf? By default it is Restrict UDF, the only place the engine will look. Check the declaration.
>A UDF dll written in C (VS 2005) is returning the following error from Flamerobin.
>
>invalid request BLR at offset 76
>function NUMBER is not defined
>module name or entrypoint could not be found
>
>The UDF dll is used extensively on other machines with the same application (including Terminal Server) with no problems. The other machines are 32 bit.
>
>Have tried everything (I think) but to no avail.
./heLen