Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-21 Thread Fastream Technologies
Hi Arno, Not sure how the debug GUI exe works but I found a solution for the service: In ...WndControl.pas, const TIcsWndControlVersion = 110; CopyRight : String = ' TIcsWndControl (c) 2002-2008 F. Piette V1.10 '; WH_MAX_MSG = 400; == MODIFIED THIS from 100 so

Re: [twsocket] Winsock 1.1 and IPv6

2010-05-21 Thread Anton Sviridov
There's a socket lib written on C++ which seems to have async v6 resolving: 2.1.1: Tcp socket Reconnect now works again. Improved ipv6 support. Asynchronous resolver now works with ipv6 too. Safer pointer handling using STL auto_ptr in some cases. Thread safety improvements, gethostby*

Re: [twsocket] Winsock 1.1 and IPv6

2010-05-21 Thread Arno Garrels
Anton Sviridov wrote: There's a socket lib written on C++ which seems to have async v6 resolving: [..] gethostby* functions has been replaced by getnameinfo/getaddrinfo. Yes, that is the recommended replacement. I looked at the code, but they did something strange there, I can't