Hi Arno,

I took out the banner and still the error. I took out banner and
bannertoobusy (individually and both together) and neither made difference.

I also commented out all logging last week and no difference from that
either.

> -----Original Message-----
> From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
> On Behalf Of Arno Garrels
> Sent: Saturday, January 22, 2011 4:11 AM
> To: ICS support mailing
> Subject: Re: [twsocket] SocketSpy to C++ Problem
> 
> Richard,
> 
> Do not send a server banner:
> 
> void __fastcall TSocketWin::ListenBtnClick(TObject *Sender)
> {
>    if (ListenBtn->Tag == 0)
>    {
>    NNTPLog->Clear();
>       WSocketServer->Banner = ""; //<== !
> 
> 
> Make sure this one doesn't AV :
> void __fastcall TSocketWin::Log(AnsiString Msg)
> {
>    while (Msg.Length() && (Msg[Msg.Length()] == '\n' ||
> Msg[Msg.Length()] == '\r'))
>    Msg.Delete(Msg.Length(), 1);
>    log->Add(Msg);
> }
> 
> --
> Arno Garrels
> 
> 
> --
> 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

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