Evidentemente este componente no ha sido diseñado para Delphi 7, pero creo que si agregas estas líneas funcionará:
Código:
{$IFDEF VER150}
{$DEFINE EX_COMPILER_6}
{$IFNDEF BCB}
{$DEFINE EX_DELPHI}
{$DEFINE EX_DELPHI_6}
{$ENDIF}
{$ENDIF}
PD:
Ponele la firma a tu firma!