1

Windows7x64のDelphiXEProにTopazのSigPlusActiveXコントロールhttp://www.topazsystems.com/Software/download/sigplusactivex.htmをインストールしています。このActiveXコントロールは、Delphi7で正常にインストールされます。

私はこれらの基本的な指示に従っていますhttp://topazsystems.com/Software/download/delphihowto.pdf

最後の手順で[OK]をクリックすると、[構造]パネルでこれらのエラーが発生します

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...  

等々。

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)

最初のエラー「81行目(81:5)で標準タイプ「IInterface」が見つかりませんでした」はこのコードを指しています

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

2番目のエラーコード「292行目(292:5)で標準タイプ「IInterface」が見つかりませんでした」はこのコードを指しています

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

このActiveXコンポーネントを正しくインストールする方法についてのアイデアはありますか?XE(D7から)に移行しているので、これを修正する方法がわかりません。どんな助けでも大歓迎です。

ありがとうございました。

4

1 に答える 1