SecureBridge 6.3
C++ Builder 2007 Professional Edition
Following the topic on getting feedback on TScSSHClient::Connect exception (
http://forums.devart.com/viewtopic.php?f=27&t=29993)
I have found where to make modifications:
TSsh2Connection.ProcessAuthenticationResponse calls TSSH2DataReader.ReadString which will allow to get hands on the frame bytes received.
For this I need to be able to recompile the source of SecureBridge 6.3 under C++ Builder 2007 to get the following files:
the interfacing files to compile and link to my application
.hpp files related to the different classes
indy10sbridge105.bpi
sbridge105.bpi
the files for design time in the IDE
dclsbridge105.bpl
indy10sbridge105.bpl (did not see any project for this one)
the files for running the application
indy10sbridge105.bpl (did not see any project for this one)
sbridge105.bpl
In the sources there is not the project file for C++ Builder 2007 so I started from C++ Builder 6 but I am getting errors :
[DCC Error] ScSSHUtil.pas(154): E2004 identifier redeclared : 'AHelpContext'
[DCC Error] ScCollectionEditor.pas(24): F1026 Cannot find file : 'DesignIntf.dcu'
Is there an available version of project files to be able to recompile C++ Builder 2007 ?
What are the steps forward to get these compilation errors away ?
Regards,
Need to recompile 6.3 sources under C++ Builder 2007
Re: Need to recompile 6.3 sources under C++ Builder 2007
We support source code only for Delphi.
Therefore, to recompile SecureBridge, you need Delphi.
Therefore, to recompile SecureBridge, you need Delphi.