Thanks. You'll see it fixed in next version.
--
[EMAIL PROTECTED]
http://www.overbyte.be

----- Original Message ----- 
From: "Spiegel Robert" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Saturday, January 28, 2006 12:44 PM
Subject: [twsocket] minor problem in IcsLogger after error opening log file


> Hello,
> I found a minor problem in IcsLogger after the error opening log file.
> Error in TFileStream is catched be exception handler, but not re-raised.
> It appears twice in TIcsLogger.InternalOpenLogFile.
> Currently after error opening file the program flows continues by 
> executing FLogFile.Seek
> which causes access violation.
> 
> Code looks like:
>        try
>            FLogFile := TFileStream.Create(FLogFileName, fmCreate);
>        except
>            on E : Exception do
>                ELoggerException.Create(E.Message);  // <- raise keyword 
> missing
>        end;
> 
> 
> nice greetings
> Robert
> 
> -- 
> 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

Reply via email to