Need to recompile 6.3 sources under C++ Builder 2007

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
RDTelecom
Posts: 14
Joined: Mon 26 Aug 2013 13:52

Need to recompile 6.3 sources under C++ Builder 2007

Post by RDTelecom » Mon 28 Jul 2014 15:06

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,

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Need to recompile 6.3 sources under C++ Builder 2007

Post by ViktorV » Wed 30 Jul 2014 07:39

We support source code only for Delphi.
Therefore, to recompile SecureBridge, you need Delphi.

Post Reply