Discussion:
Rfunc issues with 64 bit windows fb 2.5
javaman
2013-02-16 00:06:13 UTC
Permalink
I tried running a simple query on firebird 2.5 with rfunc64 bit version from https://portfolio.assembla.com/spaces/audfl_rfunc/documents

I placed the dll in C:\Program Files\Firebird\Firebird_2_5\UDF

Tried to execut this query on ibexpert

'select z(o.unit_price) from orders o'

Gives me the following error:

Invalid token.
invalid request BLR at offset 61.
function Z is not defined.
module name or entrypoint could not be found.
Leyne, Sean
2013-02-16 01:47:23 UTC
Permalink
Post by javaman
I tried running a simple query on firebird 2.5 with rfunc64 bit version from
https://portfolio.assembla.com/spaces/audfl_rfunc/documents
I placed the dll in C:\Program Files\Firebird\Firebird_2_5\UDF
Tried to execut this query on ibexpert
'select z(o.unit_price) from orders o'
Invalid token.
invalid request BLR at offset 61.
function Z is not defined.
module name or entrypoint could not be found.
Had you declared the function using CREATE EXTERNAL FUNCTION?

You are running the 64bit version of the Firebird engine, correct?


Sean
javaman
2013-02-19 16:24:19 UTC
Permalink
Post by Leyne, Sean
Had you declared the function using CREATE EXTERNAL FUNCTION?
I just performed a backup-and-restore. On another machine the 32bit version of firebird works fine with the 32bit rfunc.dll using the same copy of the .FDB file.
Post by Leyne, Sean
You are running the 64bit version of the Firebird engine, correct?
Yes I am running the 64bit version of Firebird engine.
Post by Leyne, Sean
Post by javaman
I tried running a simple query on firebird 2.5 with rfunc64 bit version from
https://portfolio.assembla.com/spaces/audfl_rfunc/documents
I placed the dll in C:\Program Files\Firebird\Firebird_2_5\UDF
Tried to execut this query on ibexpert
'select z(o.unit_price) from orders o'
Invalid token.
invalid request BLR at offset 61.
function Z is not defined.
module name or entrypoint could not be found.
Had you declared the function using CREATE EXTERNAL FUNCTION?
You are running the 64bit version of the Firebird engine, correct?
Sean
Loading...