Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Dod
Hello Maurizio, Yes, .pac proxy script may be more difficult to manage. I could do pure Wininet async download so i'll be sure to follow the right proxy settings but its hard to leave ICS once you tasted it ;-) Next time i'll see Bill Gates, I'll ask him to implement some Wininet IsLocalAddr

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Arno Garrels
Dod wrote: > Next time i'll see Bill Gates, I'll ask him to implement some Wininet > IsLocalAddr function ! Possibly usefull: ICS v6 function WSocket2IsAddrInSubNet in OverbyteIcsWinsock2.pas? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > regards. > > >>>

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Maurizio Lotauro
Scrive Dod <[EMAIL PROTECTED]>: > Hello Maurizio, > > Yes, .pac proxy script may be more difficult to manage. Yes, this is why I made the ProxyInfo component. It does this automatically. > I could do pure Wininet async download so i'll be sure to follow the > right proxy settings but its hard

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Dod
Hello Arno, I don't have OverbyteIcsWinsock2.pas unit in my ICS V6 installation... Before I need some network oriented function, I usually first try to look around ICS sources because there are a lot of usefull internal functions already implemented, FileMD5 or ParseURL are two examples of f

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Fastream Technologies
Hello Dod, > functions already implemented, FileMD5 or ParseURL are two examples of > functions I was about to do myself that I found inside ICS. If you need file hashing with MD5 and/or SHA1, have a look at my code at http://www.fastream.com/md5extractor.php which does both with single file re

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Arno Garrels
Dod wrote: > Hello Arno, > > I don't have OverbyteIcsWinsock2.pas unit in my ICS V6 installation... Then you are using an old version. The unit also includes a function to get systems interface list easily. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > Before

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Fastream Technologies
In my copy of BCB2006, if I do NOT remove the unit winsock2, then the compiler does NOT install the entire project package. Regards, SZ - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, May 19, 2007 6:21 PM Subject: Re: [twsocket]

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Arno Garrels
Fastream Technologies wrote: > In my copy of BCB2006, if I do NOT remove the unit winsock2, then the > compiler does NOT install the entire project package. Sorry, that's not true, I tested this several times in BCB2006. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Fastream Technologies
I use a customized package with: USE_SSL;NOFORMS;NO_DEBUG_LOG;SECURITY_WIN32; Could you try with these as well? Best Regards, SZ - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, May 19, 2007 6:46 PM Subject: Re: [twsocket] HTTPCl

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Arno Garrels
Fastream Technologies wrote: > I use a customized package with: > USE_SSL;NOFORMS;NO_DEBUG_LOG;SECURITY_WIN32; That's exactely what I tested for you when you claimed the same thing a couple of weeks ago. If it doesn't compile for you you are propably working with customized source code, or new and

[twsocket] Newbie problems with TWSocket.

2007-05-19 Thread balbaro
Hello all, I'm puzzled to find out what i'm doing wrong. I made a component with both the TWsocketserver and A TWsocket as client to be used in a app. Server is running. Can i connect and send a string in the same event ? For example : client.connect wait for state connected sendstring c

Re: [twsocket] Newbie problems with TWSocket.

2007-05-19 Thread Francois PIETTE
> I'm puzzled to find out what i'm doing wrong. > I made a component with both the TWsocketserver > and A TWsocket as client to be used in a app. > > Server is running. > > Can i connect and send a string in the same event ? No. ICS is asynchronous. Calling Connect is just a reauest to connect. Yo

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Dod
Hello Arno, Ouch...true ! I downloaded it 20 dec 2006 but forgot to install it ! regards. AG> Dod wrote: >> Hello Arno, >> >> I don't have OverbyteIcsWinsock2.pas unit in my ICS V6 installation... AG> Then you are using an old version. The unit also includes a function AG> to get systems inte