Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: Which packages to use for Indy10 in Rad Studio 2007
| Subject: | Re: Which packages to use for Indy10 in Rad Studio 2007 |
| Posted by: | "Gelein van de Voorde" (gele..@gvsnet.nl) |
| Date: | 10 Oct 2007 11:44:29 |
Dennis Passmore wrote:
> > Got the latest development snapshot(10.2.3).
> > No matter what I try
> > (IndySystem100.dpk,IndySystem110.dpk,IndySystem120.dpk) always get
> > 'unknown identifier TThreadID'.
>
> the development snapshot(10.2.3) does not contain the updated command
> line build tools of CompUtil.dpr or Fulld11.bat which make it quite
> easy to build the libaries as required. I will upload them to
> .attachments in a minute. I am assuming you extracted the dev
> snapshot into a folder such as Indy1023\Lib. When you extract the
> dev snapshot you will get the folders Core, Protocals and System
> which should be under Lib. Now extract the files I upload into the
> Lib folder. Open up Rad studio and compile Computil.dpr. Close Rad
> Studio and then run FullD11.bat from a CMD prompt and you will end up
> with a full build in a folder named Indy1023\D11.
>
> Backup the old existing Indy100.bpl, IndyCore100.bpl, and
> IndyProtocals100.bpl and IndySystem100.bpl.
>
> Now you can open Rad Studio and remove the current Indy 10 packages
> and then load the new ones in your Indy1023\D11 folder.
>
> Be sure and up date the Library and search paths to point to the new
> source files.
I'm afraid the snapshot I got has more problems then TThreadId.
Installed it as described, but with this version I can't make any
SSL-connection at all. Always get 'SSL not supported on the server'.
If I compile the same program with Delphi2005 I have no problem.
If I compile with 10.1.5 with Rad Studio 5 I get spurious time outs
with out any reason (as can be observed with Wireshark).
--