Re: [twsocket] THttpCli and Javascript

2009-08-12 Thread Azrin Aris
Thanks, I'll try to get the page source. On Aug 12, 2009, at 1:38 PM, Francois PIETTE wrote: Is there a way to somehow trick the server that HttpCli is javascript enabled? You have to look at the HTML page which does the check. In that page, a javascript script do something to send

[twsocket] WSocket.Name, NO_ADV_MT and SafeWSocketGCount

2009-08-12 Thread Bjørnar Nielsen
From latest snapshot, V7 with SSL, I get this error: [DCC Error] OverbyteIcsSmtpProt.pas(1665): E2003 Undeclared identifier: 'SafeWSocketGCount' FWSocket.Name:= ClassName + '_Socket' + IntToStr(SafeWSocketGCount); SafeWSocketGCount is defined like this: {$IFNDEF NO_ADV_MT} function

Re: [twsocket] WSocket.Name, NO_ADV_MT and SafeWSocketGCount

2009-08-12 Thread Arno Garrels
Bjørnar Nielsen wrote: From latest snapshot, V7 with SSL, I get this error: [DCC Error] OverbyteIcsSmtpProt.pas(1665): E2003 Undeclared identifier: 'SafeWSocketGCount' FWSocket.Name:= ClassName + '_Socket' + IntToStr(SafeWSocketGCount); SafeWSocketGCount is defined like this: