Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't install Topaz SigPlus ActiveX control under Delphi XE. Have error messages
    text
    copied!<p>I'm installing Topaz's SigPlus ActiveX control <a href="http://www.topazsystems.com/Software/download/sigplusactivex.htm" rel="nofollow">http://www.topazsystems.com/Software/download/sigplusactivex.htm</a> under Delphi XE Pro under Windows 7 x64. This activeX control installs fine under Delphi 7.</p> <p>I'm following these basic instructions <a href="http://topazsystems.com/Software/download/delphihowto.pdf" rel="nofollow">http://topazsystems.com/Software/download/delphihowto.pdf</a></p> <p>After clicking on OK in the final instruction, I get these errors under the 'Structure' panel</p> <pre><code>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... </code></pre> <p>and so on. </p> <pre><code>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) </code></pre> <p>The first error "Failed to find standard type 'IInterface' at line 81 (81:5)" points to this code</p> <pre><code>_DSigPlus = dispinterface ['{69A40DA1-4D42-11D0-86B0-0000C025864A}'] </code></pre> <p>The second error code "Failed to find standard type 'IInterface' at line 292 (292:5)" points to this code</p> <pre><code> _DSigPlusEvents = dispinterface ['{69A40DA2-4D42-11D0-86B0-0000C025864A}'] </code></pre> <p>Any ideas on how to get this ActiveX component to install correctly? I'm just moving to XE (from D7) so I'm not sure the way to fix this. Any help would be greatly appreciated.</p> <p>Thank you.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload