No se puede instalar el control Topaz SigPlus ActiveX bajo Delphi XE. Tiene mensajes de error

Estoy instalando el control SigPlus ActiveX de Topazhttp: //www.topazsystems.com/Software/download/sigplusactivex.ht en Delphi XE Pro en Windows 7 x64. Este control activeX se instala bien en Delphi 7.

Estoy siguiendo estas instrucciones básicashttp: //topazsystems.com/Software/download/delphihowto.pd

Después de hacer clic en Aceptar en la instrucción final, obtengo estos errores en el panel 'Estructura'

Failed to find standard type 'IInterface' at line 81 (81:5)  
Failed to find standard type 'IInterface' at line 292 (292:5)  
'GetTColorProp' is not a field or method identifier at line 478 (478:48)  
There are another 120 error messages like...    
'SetIntegerProp' is not a field...  
'GetIntegerProp' is not a field...  
'GetWordBoolProp' is not a field...  
'GetWideStringProp' is not a field...  

y así

Expected a ')' but received a ':' at line 569 (569:12)  
Expected '.' but received ';' at line 579 (579:4)
Expected the end of the file but received an identifier 'CreateControl' at line 581 (581:20)

El primer error "Error al encontrar el tipo estándar 'IInterface' en la línea 81 (81: 5)" apunta a este código

_DSigPlus = dispinterface
    ['{69A40DA1-4D42-11D0-86B0-0000C025864A}']

El segundo código de error "Error al encontrar el tipo estándar 'IInterface' en la línea 292 (292: 5)" apunta a este código

 _DSigPlusEvents = dispinterface
    ['{69A40DA2-4D42-11D0-86B0-0000C025864A}']

¿Alguna idea sobre cómo hacer que este componente ActiveX se instale correctamente? Me estoy mudando a XE (desde D7), así que no estoy seguro de la forma de solucionar esto. Cualquier ayuda sería muy apreciada.

Gracias