[firebase-br] UDF, não consigo registrar..
Fernando Reis Guimarães
fernandobhz em gmail.com
Dom Set 24 19:27:26 -03 2006
Olá pessoal...
Não to conseguindo fazer funcionar esta udf que escrevi..
Estou tentando faze-la funcionar para testar UDFs mesmo..
Código da DLL.
library MineMathFunc;
uses
SysUtils,
Classes,
Math;
{$R *.res}
function MathRaiz(Rx, X: double):double; stdcall;
begin
result:=power(x, (1/rx));
end;
exports
mathraiz;
begin
end.
estou registrando como.
DECLARE EXTERNAL FUNCTION MATHRAIZ
DOUBLE PRECISION,
DOUBLE PRECISION
RETURNS DOUBLE PRECISION BY VALUE
ENTRY_POINT 'mathraiz' MODULE_NAME 'MineMathFunc'
e quando uso ela ta dando o erro
Invalid token.
invalid request BLR at offset 59.
function MATHRAIZ is not defined.
module name or entrypoint could not be found.
--
Atenciosamente;
Fernando.
Mais detalhes sobre a lista de discussão lista