Board index » cppbuilder » BCB 6 to BCB 2006 and Indy 10

BCB 6 to BCB 2006 and Indy 10


2006-01-26 07:29:19 AM
cppbuilder51
I have a legacy server application that I wrote and have moved from one
flavor of BCB to the next. It is currently maintained in BCB6. I have
installed Delphi 2006 Enterprise and the Update 1 that I understand
enables the fully functional C++Builder. Now I am trying to port my
application. When I compile I get the error:
Idwinsock2.hpp(23): F1003 Error directive: Indy 10 does not currently
support C++Builder
I am just using the Indy set that ships with D2006. I would very much
like to port my applications from C++Builder 6 to 2006. Do I wait for
an update from Borland or Indy or do I need to look for other TCP/IP
options?
 
 

Re:BCB 6 to BCB 2006 and Indy 10

In article < XXXX@XXXXX.COM >,
Steve < XXXX@XXXXX.COM >wrote:
Quote
Idwinsock2.hpp(23): F1003 Error directive: Indy 10 does not currently
support C++Builder
This is correct. If you want to use Indy with the C++ personality of
BDS 2006, you have to choose Indy 9 when you do your initial install.
The Delphi release (that shipped without update 1) doesn't warn you
during install, but the C++ release that included update 1 does warn you
in the installer.
--
-David
Nihil curo de ista tua stulta superstitione.
 

Re:BCB 6 to BCB 2006 and Indy 10

Then is the only way I can fix this is to uninstall and re-install?
David Dean wrote:
Quote

This is correct. If you want to use Indy with the C++ personality of
BDS 2006, you have to choose Indy 9 when you do your initial install.
The Delphi release (that shipped without update 1) doesn't warn you
during install, but the C++ release that included update 1 does warn you
in the installer.

--
-David

Nihil curo de ista tua stulta superstitione.
 

{smallsort}

Re:BCB 6 to BCB 2006 and Indy 10

In article < XXXX@XXXXX.COM >,
Steve < XXXX@XXXXX.COM >wrote:
Quote
Then is the only way I can fix this is to uninstall and re-install?
I'm pretty sure you can fix it without a reinstall, but I don't think
anyone has documented the steps for it yet.
--
-David
Nihil curo de ista tua stulta superstitione.