Hello,

> The error still persists, though,

I don't see your original post. Can you tell me what the error is?

> and remains to crash the app.

What do you mean by 'crash'? Is there an exception error, is the
application non responcive, something else?

> Is there another way to go about this error handling?

If you run in the IDE and set 'stop on delphi exceptions' ehen then
debugger stops and you can check the callstack and others to see what is
wrong.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Tuesday, April 1, 2008, 08:28, [EMAIL PROTECTED] wrote:

> I have tried assigning a procedure to handle this exception using your
> suggestions, using this code:

> -
> HttpCli.CtrlSocket.OnBgException := ExErr;
> ...
> procedure TForm1.ExErr(sender: TObject; E: Exception; var CanClose:
> Boolean);
> Begin
> try
> CanClose := False;
> Label1.Caption := 'Exception error.';
> except
> end;
> End;
> -

> The error still persists, though, and remains to crash the app. Is there
> another way to go about this error handling?
> Thank you.

> -- 
> Want an e-mail address like mine?
> Get a free e-mail account today at www.mail.com!


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

Reply via email to