Ver Mensaje Individual
  #1  
Antiguo 12-03-2014
elmago00 elmago00 is offline
Miembro
NULL
 
Registrado: ago 2013
Posts: 86
Reputación: 11
elmago00 Va por buen camino
Exclamation problema con GUIDS

amigos necesito su ayuda.
estamos desarrollando un software que utiliza GUID's, ejecuta un proceso, devuelve un array. y debemos convertir el array de byte a widestring o string.



Código Delphi [-]
ValueReturn = interface(IDispatch)
    ['{GH2BA201-BG4E-40GF-8C37-12BCF2GBE122}']
    procedure Start(category: Byte; out outValue: WideString); safecall;
  end;

// otro proceso

ValueReturnB = dispinterface
    ['{GH2BA201-BG4E-40GF-8C37-12BCF2GBE122}']
    procedure Start(category: Byte; out ReturnB: WideString); dispid 2033;
  end;

como dije debo ejecutar el proceso, capturar el array de byte, y convertirlo a widestring.


gracias por su ayuda

Última edición por elmago00 fecha: 12-03-2014 a las 18:44:42.
Responder Con Cita