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: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 8 Oct 2007 11:31:38 |
"Gelein van de Voorde" <gelein@gvsnet.nl> wrote in message
news:4709373d$1@newsgroups.borland.com...
> Got the latest development snapshot(10.2.3).
> No matter what I try
> (IndySystem100.dpk,IndySystem110.dpk,IndySystem120.dpk)
> always get 'unknown identifier TThreadID'.
TThreadID does not exist in Win32. You will have to change the declaration
of TIdThreadID to be a LongWord instead. Whoever checked in that change
clearly did not test it before doing so.
Gambit