Ver Mensaje Individual
  #5  
Antiguo 28-03-2019
APO APO is offline
Miembro
 
Registrado: feb 2008
Posts: 121
Reputación: 17
APO Va por buen camino
Yo utilizo la dllTpvpcLatente.dll y funciona correctamente. Te pongo el código de la declaración y creación:

Código Delphi [-]
   //Declaración Objeto REDSYS
   Tpvpc: TTpvpc;

   //Creamos el Objeto RedSys
   if Tpvpc=nil then Tpvpc:=TTpvpc.Create(Tpvpc_Comercio,Tpvpc_Terminal,Tpvpc_ClaveFirma);
Responder Con Cita