Re: [twsocket] WSocket.SendTo uses wrong port

2009-11-08 Thread Stefan Paege
Noone? > ICS 7.29, RAD Studio 2007 > > Using this socket: > object LanOut: TWSocket > Addr = '255.255.255.255' > Port = '1000' > Proto = 'udp' > LocalAddr = '0.0.0.0' > LocalPort = '0' > MultiThreaded = False > SendFlags = wsSendNormal > SocksLevel = '5' > So

[twsocket] OpenSSL v0.9.8L support available

2009-11-08 Thread Arno Garrels
Hi, OpenSSL v0.9.8L disables session renegotiation due to a TLS/SSLv3 protocol vulnerability (http://extendedsubset.com/?p=8). If your application relied on session renegotiation OpenSSL v0.9.8L will break it. It's available for ICS v5, v6 and v7 and I uploaded the OpenSSL binaries (built with M

Re: [twsocket] ICS V7 and D2010 mess up with RTTI

2009-11-08 Thread Arno Garrels
Eric Fleming Bonilha wrote: > I also think that having the NO_EXTENDED_RTTI option is good, but, > maybe you should not define it by default, Done, it's available in both SVN repository and the nightly build ZIP package at: http://wiki.overbyte.be/wiki/index.php/FAQ#How_to_get_ICS. -- Arno Garre

Re: [twsocket] Problems with ICS V7 on C++Builder2010 (it is probablyme)

2009-11-08 Thread Arno Garrels
André Beuving wrote: > I keep having the same problem. As soon as I include > Overbyteicshttpprot I am in trouble. What happens when you create a new VCL application and drop a TSslHttpCli on the form, "USE_SSL" must be defined in the project options, try to define it for both compilers? Does it