Hello
BDS2006 C++Builder version
Indy 9
SecureBridge 3.00.0.2
Now I have problem of following error messages when open a project contains both Indy Telnet component and SecureBridge component:
//--------------------------------------------------
Cannot load package 'indy100.' It contains unit 'IdWinSock2,'which is also contained in package 'IndySystem100'.
//--------------------------------------------------
It seems a package confliction.
And to reproduce it, I opened SecureBridge demo, for Indy9, there is a demo project for a compoenent installation.
So I try to install this component, I got the errors the other way around:
//-------------------------------------------------------------------
Cannot load package 'IndySystem100.' It contains unit 'IdWinSock2,'which is also contained in package 'indy100'.
//-------------------------------------------------------------------
Please kindly review it and solve it asap.
SecureBridge conflict with Indy for package loading.
No, it is not Indy10 but Indy9
the exact version is Indy 9.0.50.
Please kindly check it.
Please kindly check it.
To use SecureBridge with Indy 9 in BDS 2006 you should check out the installation of "Indy Components" on installing the SecureBridge components.
After this you should install the Indy 9 components manually. You can find the component package by the following path: SecureBridge_InstDir\Demos\Indy9\Delphi10\indy9sbridge100.bdsproj.
SecureBridge_InstDir is the SecureBridge installation directory on your computer.
After this you should install the Indy 9 components manually. You can find the component package by the following path: SecureBridge_InstDir\Demos\Indy9\Delphi10\indy9sbridge100.bdsproj.
SecureBridge_InstDir is the SecureBridge installation directory on your computer.