Discussion:
Insallation of Indy 10 into borland C++ Builder 6
(too old to reply)
Neomesh Micro
2007-04-23 05:11:06 UTC
Permalink
Hi,

Could someone provide me with detailed instructions of how to install Indy 10 into Borland C++ Builder 6. The instructions at http://www.indyproject.org/Sockets/Docs/Indy10Installation.aspx don't seem to be for C++ Builder, just Delphi.

Any help would be greatfully appreciated.

Kind Regards,
Nick.
Remy Lebeau (TeamB)
2007-04-23 17:17:29 UTC
Permalink
Post by Neomesh Micro
Could someone provide me with detailed instructions of how to
install Indy 10 into Borland C++ Builder 6.

Did you download the absolute latest 10.1.6 Development Snapshot from
Indy's website? Its FULLC6.BAT install script works for BCB 6.


Gambit
Neomesh Micro
2007-04-23 23:33:27 UTC
Permalink
Thanks for your help Gambit,

I did have the latest version but I was following the instructions at http://www.indyproject.org/Sockets/Docs/Indy10Installation.aspx

Here are my notes on the installation;

Kind Regards,
Nick.

--------------------------------------------------------

I copied Computil.exe from the indy9 into the lib directory of indy10 in order for the fullc6 batch file to work.

I had to change line 350 in idpop3server.pas


FROM
LReply.SetReply(ERR, Sys.Format(RSPOP3SvrUnknownCmdFmt, [Fetch(ALine)]);

TO
LReply.SetReply(ERR, Sys.Format(RSPOP3SvrUnknownCmdFmt, [Fetch(ALine)]));

In order to compile (added ')' to the end of the line

************************

Installing the packages;

In borland went to Component -> Install Packages
- Added dclIndyCore60.bpl
- Added dclIndyProtocols60.bpl
Markus Donath
2007-04-24 15:00:10 UTC
Permalink
Post by Neomesh Micro
Post by Neomesh Micro
Could someone provide me with detailed instructions of how to
install Indy 10 into Borland C++ Builder 6.
Did you download the absolute latest 10.1.6 Development Snapshot from
Indy's website? Its FULLC6.BAT install script works for BCB 6.
Gambit
And what about BCB5? When compiling IdZlib.pas the 'Delphi Pascal
Compiler has encountered a problem and needs to close...'

The fullc5.bat file is much older than the fullc6.bat file. Any solutions?

Markus

Loading...