> I use BCB 3.0.
> I download and instal latest version of ICS but if I try it I get
> error "stack owerflow".

It is likely that you have a function that call itself or call a second 
function that calls the
first one. This is an endless loop which is terminated when the stack is 
overflowed.


> PS.
> I have defined 5 THttpCli components and each of them have define the
> same OnRequestDone event and call GetAsync() metod.

That's fine. Don't forget to use the Sender argument to identify which of the 
component has
triggered the event handler.
--
[EMAIL PROTECTED]
http://www.overbyte.be



-- 
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