Ver Mensaje Individual
  #2  
Antiguo 16-09-2007
loxod loxod is offline
Miembro
 
Registrado: feb 2007
Ubicación: Mexico
Posts: 45
Reputación: 0
loxod Va por buen camino
Seria algo así:

Código Delphi [-]
var
   detectarvar : boolean;
   locationvar, sizevar : integer;
begin
   detectarvar := Detect('archivo.exe', locationvar, sizevar);

y ya podrías tener acceso a los valores de locationvar y sizevar
Responder Con Cita