new to SourceBridge and Delphi 2007 and Indy10

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
RobertR
Posts: 2
Joined: Thu 22 Dec 2005 09:07

new to SourceBridge and Delphi 2007 and Indy10

Post by RobertR » Wed 23 Nov 2011 12:44

Dear Laddies/ Sirs,
I have troubles instaling SourceBridge Componets for Indy (trial version).
Whe I try to install SourceBridge with IndyComponents I get an error "Cannot load package IndySystem100. It contains unit dWship6, which is also contained in package InsySystem110". So I unistall and install without IndyComponents. When I try to manualy compile/install I get an error in indy10sbridge105 saying required package IndyCore not found. I manually install indy so i don't have IndyCore (i have indyCore110). Next error in Scindy (file not Found idObj) ..

What can I do???

Best Regards,
Robert

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 29 Nov 2011 09:44

SecureBridge is compatible with Indy version 10.1.5 included in the standard Delphi 2007 distribution.
It seems that you are using another Indy version. To solve the problem, you should change the indy10sbridge105 project yourself (you should change IndyCore to IndyCore110 in it).

RobertR
Posts: 2
Joined: Thu 22 Dec 2005 09:07

new to SourceBridge and Delphi 2007 and Indy10

Post by RobertR » Tue 29 Nov 2011 11:01

I already did that (change indyCore to IndyCore110). The next error i get is in scIndy.pas (IdObjs.dcu file not found). I use the latest indy10 from their webSite (10.5.8.0).

Best regards,
Robert

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 29 Nov 2011 15:52

To solve the problem, add the following code in the begining of the ScIndy unit:
{$DEFINE VER12P}
{$UNDEF VER180}

Post Reply