SecureBridge, Delphi7 and INDY 10
SecureBridge, Delphi7 and INDY 10
Hello!
I try to install the component for INDY 10 with Delphi 7 Enterprise.
I get the following error messages:
[Error] ScIndy.pas(44): Cannot override a static method
[Warning] ScIndy.pas(48): Method 'SourceIsAvailable' hides virtual method of base type 'TIdIOHandlerSocket'
[Warning] ScIndy.pas(49): Method 'ReadDataFromSource' hides virtual method of base type 'TIdIOHandler'
[Warning] ScIndy.pas(54): Method 'WriteDataToTarget' hides virtual method of base type 'TIdIOHandler'
[Error] ScIndy.pas(62): Declaration of 'CheckForDataOnSource' differs from previous declaration
[Error] ScIndy.pas(70): Cannot override a static method
[Error] ScIndy.pas(177): Undeclared identifier: 'Min'
[Error] ScIndy.pas(328): Incompatible types
[Fatal Error] indy10sbridge70.dpk(36): Could not compile used unit '..\ScIndy.pas'
The INDY components are from April 2010 and D7 has all service packs installed.
Does anybody knows how to get this comination installed?
Thanks in advance.
With kind regards,
Ruediger Kabbasch
I try to install the component for INDY 10 with Delphi 7 Enterprise.
I get the following error messages:
[Error] ScIndy.pas(44): Cannot override a static method
[Warning] ScIndy.pas(48): Method 'SourceIsAvailable' hides virtual method of base type 'TIdIOHandlerSocket'
[Warning] ScIndy.pas(49): Method 'ReadDataFromSource' hides virtual method of base type 'TIdIOHandler'
[Warning] ScIndy.pas(54): Method 'WriteDataToTarget' hides virtual method of base type 'TIdIOHandler'
[Error] ScIndy.pas(62): Declaration of 'CheckForDataOnSource' differs from previous declaration
[Error] ScIndy.pas(70): Cannot override a static method
[Error] ScIndy.pas(177): Undeclared identifier: 'Min'
[Error] ScIndy.pas(328): Incompatible types
[Fatal Error] indy10sbridge70.dpk(36): Could not compile used unit '..\ScIndy.pas'
The INDY components are from April 2010 and D7 has all service packs installed.
Does anybody knows how to get this comination installed?
Thanks in advance.
With kind regards,
Ruediger Kabbasch
Hi,
thanks for your answer and sorry for the delay.
I download and install the latest available version of SecureBridge today.
I download and install the latest available version of INDY 10 (Zip file IndyTiburon.zip).
I still tet the same error messages as reported before.
I'll send you the IdIOHandler... files by mail.
With kind regards,
Ruediger Kabbasch
thanks for your answer and sorry for the delay.
I download and install the latest available version of SecureBridge today.
I download and install the latest available version of INDY 10 (Zip file IndyTiburon.zip).
I still tet the same error messages as reported before.
I'll send you the IdIOHandler... files by mail.
With kind regards,
Ruediger Kabbasch
To solve the problem, add the folowing line just after the line with 'uses' keyword:
Code: Select all
{$DEFINE VER200}