| View previous topic :: View next topic |
| Author |
Message |
Neomesh Micro Guest
|
Posted: Mon Apr 23, 2007 8:10 am Post subject: Insallation of Indy 10 into borland C++ Builder 6 |
|
|
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. |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Apr 23, 2007 10:17 pm Post subject: Re: Insallation of Indy 10 into borland C++ Builder 6 |
|
|
"Neomesh Micro" <mail1 (AT) neomesh (DOT) com> wrote in message
news:462c3fea (AT) newsgroups (DOT) borland.com...
| Quote: | 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 |
|
| Back to top |
|
 |
Neomesh Micro Guest
|
Posted: Tue Apr 24, 2007 4:33 am Post subject: Re: Insallation of Indy 10 into borland C++ Builder 6 |
|
|
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 |
|
| Back to top |
|
 |
Markus Donath Guest
|
Posted: Tue Apr 24, 2007 8:00 pm Post subject: Re: Insallation of Indy 10 into borland C++ Builder 6 |
|
|
Remy Lebeau (TeamB) wrote:
| Quote: | "Neomesh Micro" <mail1 (AT) neomesh (DOT) com> wrote in message
news:462c3fea (AT) newsgroups (DOT) borland.com...
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 |
|
| Back to top |
|
 |
|