| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Thu Mar 29, 2007 8:13 am Post subject: Version Error in Delphi 2007 TIdTCPServer - SockApp |
|
|
I am using Delphi 2007 and received the following message when I tried
to create a SOAP debug application:
[DCC Error] MyWebService.dpr(11): F2051 Unit SockApp was compiled with
a different version of IdTCPServer.TIdTCPServer
What do I need to do?
Thanks. |
|
| Back to top |
|
 |
Nick Hodges (CodeGear) Guest
|
Posted: Thu Mar 29, 2007 9:43 pm Post subject: Re: Version Error in Delphi 2007 TIdTCPServer - SockApp |
|
|
egnew (AT) charter (DOT) net wrote:
| Quote: | I am using Delphi 2007 and received the following message when I tried
to create a SOAP debug application:
[DCC Error] MyWebService.dpr(11): F2051 Unit SockApp was compiled with
a different version of IdTCPServer.TIdTCPServer
What do I need to do?
Thanks.
|
You probably are caught in the Indy9/Indy10 issue. Do you have one or
the other on your path?
--
Nick Hodges
Delphi Product Manager - CodeGear
http://blogs.codegear.com/nickhodges |
|
| Back to top |
|
 |
Liz Guest
|
Posted: Fri Mar 30, 2007 2:33 am Post subject: Re: Version Error in Delphi 2007 TIdTCPServer - SockApp |
|
|
egnew (AT) charter (DOT) net wrote:
| Quote: | [DCC Error] MyWebService.dpr(11): F2051 Unit SockApp was compiled with
a different version of IdTCPServer.TIdTCPServer
What do I need to do?
|
Log it in QC and post the number :)
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings |
|
| Back to top |
|
 |
Liz Guest
|
Posted: Fri Mar 30, 2007 2:36 am Post subject: Re: Version Error in Delphi 2007 TIdTCPServer - SockApp |
|
|
Nick Hodges (CodeGear) wrote:
| Quote: | You probably are caught in the Indy9/Indy10 issue. Do you have one or
the other on your path?
|
I checked I dont, and I get the same.
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Mar 30, 2007 3:19 am Post subject: Re: Version Error in Delphi 2007 TIdTCPServer - SockApp |
|
|
I have Indy 10 installed in Delphi 6 and there could be interference
from the copies in windows/system32. Since I will be moving my Delphi
2007 to a new notebook computer tomorrow, I will have a clean install
and will see if the problem persists.
Thanks, Sidney
On 29 Mar 2007 08:43:42 -0800, "Nick Hodges (CodeGear)"
<nick.hodges (AT) codegear (DOT) com> wrote:
| Quote: | egnew (AT) charter (DOT) net wrote:
I am using Delphi 2007 and received the following message when I tried
to create a SOAP debug application:
[DCC Error] MyWebService.dpr(11): F2051 Unit SockApp was compiled with
a different version of IdTCPServer.TIdTCPServer
What do I need to do?
Thanks.
You probably are caught in the Indy9/Indy10 issue. Do you have one or
the other on your path? |
|
|
| Back to top |
|
 |
Nick Hodges (CodeGear) Guest
|
Posted: Fri Mar 30, 2007 4:13 am Post subject: Re: Version Error in Delphi 2007 TIdTCPServer - SockApp |
|
|
Liz wrote:
| Quote: | I checked I dont, and I get the same.
|
Go to Tools|Options|Environment Options|Library - Win32|Library path
and add:
$(BDS)\Lib\Indy10
to the lib path.
--
Nick Hodges
Delphi Product Manager - CodeGear
http://blogs.codegear.com/nickhodges |
|
| Back to top |
|
 |
Liz Guest
|
Posted: Fri Mar 30, 2007 4:34 am Post subject: Re: Version Error in Delphi 2007 TIdTCPServer - SockApp |
|
|
Nick Hodges (CodeGear) wrote:
| Quote: | Go to Tools|Options|Environment Options|Library - Win32|Library path
and add:
$(BDS)\Lib\Indy10
to the lib path.
|
It was already there, I tried converting all the Indy10s to 9s...
Still same error
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings |
|
| Back to top |
|
 |
|