[Delphi 2009][Solved] indy10sbridge120 build problem...

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
mordek
Posts: 5
Joined: Sat 16 Aug 2008 09:09

[Delphi 2009][Solved] indy10sbridge120 build problem...

Post by mordek » Tue 04 Nov 2008 18:34

Get newest build!

--------------------------------------------------------------------------------------
New version and new problems ;)
Message from my Delphi 2009, when I try to build indy10sbridge120:

Code: Select all

[DCC Fatal Error] indy10sbridge120.dpk(31): E2202 Required package 'IndyCore120' not found
When I changed 'IndyCore120' to 'IndyCore' I get this:

Code: Select all

Build
  [DCC Error] ScIndy.pas(38): E2170 Cannot override a non-virtual method
  [DCC Error] ScIndy.pas(50): E2037 Declaration of 'CheckForDataOnSource' differs from previous declaration
  [DCC Error] ScIndy.pas(56): E2170 Cannot override a non-virtual method
  [DCC Error] ScIndy.pas(59): E2037 Declaration of 'WriteDirect' differs from previous declaration
  [DCC Error] ScIndy.pas(235): E2008 Incompatible types
  [DCC Fatal Error] indy10sbridge120.dpk(36): F2063 Could not compile used unit '..\ScIndy.pas'
OS: Windows Vista Ultimate X64 with SP1
IDE: Codegear RAD Studio 2009
Last edited by mordek on Thu 16 Apr 2009 11:16, edited 2 times in total.

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

Post by Dimon » Fri 07 Nov 2008 13:20

The problem is that Delphi 2009 suppotrs Indy12, but SecureBridge supports only Indy9 and Idy10. We are planning to add support of Indy12 in one of the next SecureBridge builds.

mordek
Posts: 5
Joined: Sat 16 Aug 2008 09:09

Post by mordek » Fri 07 Nov 2008 13:26

There is no information about Indy 12 on indyproject.org :>
So I have to downgrade my indy to version 10, right...?

*** EDIT ***
Also, when I put Indy component on the form, and click in context menu at "About Indy Direct (Indy)" I get:
"Internet Direct (Indy) Version 10.2.5" ^_^

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

Post by Dimon » Mon 10 Nov 2008 14:56

Thank you for information. We have reproduced this problem. We will fix it in the next SecureBridge build.

mordek
Posts: 5
Joined: Sat 16 Aug 2008 09:09

Post by mordek » Mon 10 Nov 2008 17:02

Ok, but tell me when people could get new build? And.. is there any possibility to get know how to fix this? Maybe some sort of patch? :>

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

Post by Dimon » Wed 12 Nov 2008 13:09

We plan to release the next SecureBridge build where this problem is solved in a few weeks.

Post Reply