Page 1 of 1

new to SourceBridge and Delphi 2007 and Indy10

Posted: Wed 23 Nov 2011 12:44
by RobertR
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

Posted: Tue 29 Nov 2011 09:44
by Dimon
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).

new to SourceBridge and Delphi 2007 and Indy10

Posted: Tue 29 Nov 2011 11:01
by RobertR
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

Posted: Tue 29 Nov 2011 15:52
by Dimon
To solve the problem, add the following code in the begining of the ScIndy unit:
{$DEFINE VER12P}
{$UNDEF VER180}