Re: [twsocket] The code

2005-04-30 Thread Francois PIETTE
What does the debugger says when you watch at FBanner, FLineEnd and Self ?
Are you able to "enter" SendSr using F7 ? When you put a breakpoint on the
first line of SendStr, do you reach that breakpoint before the exception ?

--
[EMAIL PROTECTED]
http://www.overbyte.be

- Original Message - 
From: <[EMAIL PROTECTED]>
To: 
Sent: Saturday, April 30, 2005 3:15 PM
Subject: [twsocket] The code


>
> Thats the thing i don't understand, i recieve the error in the code of
WSocketS Line 313
> When my program gets to that line, and i push one more time F8, (next
step), I get the error.
>
> procedure TWSocketClient.StartConnection;
> begin
> if Length(FBanner) > 0 then
> SendStr(FBanner + FLineEnd);
> end;
>
> Sorry its a bit further, placed a break point and he enters that procedure
as well. Butt when he does de SendStr() command in start connection, then is
when he gives the error.
> -- 
> 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
>


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


[twsocket] The code

2005-04-30 Thread nik . langenakers

Thats the thing i don't understand, i recieve the error in the code of WSocketS 
Line 313
When my program gets to that line, and i push one more time F8, (next step), I 
get the error.

procedure TWSocketClient.StartConnection;
begin
if Length(FBanner) > 0 then
SendStr(FBanner + FLineEnd);
end;

Sorry its a bit further, placed a break point and he enters that procedure as 
well. Butt when he does de SendStr() command in start connection, then is when 
he gives the error.
-- 
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