Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : Re: Converting From TClientSocket
| Subject: | Re: Converting From TClientSocket |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 3 Sep 2007 23:01:52 |
"Jack Mason" <jackmason@mindspring.com> wrote in message
news:46dce92b$1@newsgroups.borland.com...
> The response is to repeat the first 28 bytes of the request,
> a five character byte count (ASCII) followed by information
> on the EAN. The five character byte count specifies how
> many characters of information on the EAN are being returned.
That matches the last message you posted, which does not match the first
message you posted. What you posted originally was implemented slightly
wrong based on this latest information. See my other reply for details.
> The first character of the returned EAN data will always be
> a "#", followed by 33 characters of the title associated with the EAN.
That does not match the example you showed in your last message, and does
not factor into the reading of the header or the data that trails after it.
Gambit