Paul wrote:
> Since I updated to the latest ICS version (V5), I sometimes get an
> exeption when closing my program : EOSError (code 14000) Invalid
> window handle. I can't trap the error, it happens after all events
> are handled. I've just had it again within the debugger, but it fails
> to step to the next instruction 
> 
> Anyone else seen this ?

It's a known issue, we discussed already in the SSL-List.

This is a temporary fix:

in THttpCli.SocketDataAvailable
.. 
// Make FReceiveBuffer at least 8KB larger than actually received data
Add ==>> if FReceiveLen < 0 then FReceiveLen := 0; <==

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

> 
> Paul
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to