Ver Mensaje Individual
  #1  
Antiguo 20-05-2005
PedroAlfonso PedroAlfonso is offline
Miembro
 
Registrado: mar 2005
Posts: 34
Reputación: 0
PedroAlfonso Va por buen camino
Smile Funciones Externas Udf

Hola amigos del foro, manejo interbase 6 y IBExpert personal edition
Tengo el siguiente la siguiente funcion en un DLL, al intentar utilizarla en un Stored Procedure
marca el siguiente error

Cannot commit transaction:
Invalid token.
invalid request BLR at offset 185.
function VERTEMP is not defined.
module name or entrypoint could not be found.

Ya utilizo esta misma función desde Delphi 6 y funciona bien, asi que no entiendo por que marca que el entrypoint o el module name estan mal.
Les pido me ayuden, es urgente....

DECLARE EXTERNAL FUNCTION VERTEMP
BLOB,
INTEGER,
INTEGER,
CHAR(4),
INTEGER,
INTEGER,
INTEGER,
INTEGER,
INTEGER
RETURNS INTEGER BY VALUE
ENTRY_POINT 'VerifyTemplates' MODULE_NAME 'C:\WINDOWS\SYSTEM32\UF100.DLL'
Responder Con Cita