[twsocket] TCustomWSocket.Notification EOSError

2009-04-13 Thread Gaetan Siry
Hello,

What would cause an EOSError in the following ?
It only happens if I close my application without disconnecting the TWSocket
component from its server component...
Any help would be appreciated.

procedure TCustomWSocket.Notification(AComponent: TComponent; operation:
TOperation);
begin
inherited Notification(AComponent, operation);
if operation = opRemove then begin
{$IFNDEF NO_DEBUG_LOG}
if AComponent = FIcsLogger then   {
V5.21 }
FIcsLogger := nil;{
V5.21 }
{$ENDIF}  {
V5.21 }
end;
end;
-- 
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


[twsocket] CG2009 installation

2009-04-13 Thread Peter Van Hove
Hi,

I downloaded alpha version 7 from the website but seem to be oblivious on how 
to properly install the components on C++ Builder 2009 ?
The readme does explain it for Delphi, but the mentioned files won't open in 
Builder because of the so called Delphi.Identity missing ?
I already installed Delphi as well (I'm still in the 30 days trial) but that 
doesn't seem to change things.
I'm pretty sure I can now install it in Delphi, following the instructions, but 
how do I get it up and running under C++ Builder ?

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


Re: [twsocket] CG2009 installation

2009-04-13 Thread Arno Garrels
Peter Van Hove wrote:
> Hi,
> 
> I downloaded alpha version 7 from the website but seem to be
> oblivious on how to properly install the components on C++ Builder
> 2009 ? 

At first download the latest source code, alpha version 7 is buggy:
http://wiki.overbyte.be/wiki/index.php/FAQ

> The readme does explain it for Delphi, but the mentioned files

The readme is updated partly as well, should be an easy task.

--
Arno Garrels

> won't open in Builder because of the so called Delphi.Identity
> missing ? I already installed Delphi as well (I'm still in the 30
> days trial) but that doesn't seem to change things.   
> I'm pretty sure I can now install it in Delphi, following the
> instructions, but how do I get it up and running under C++ Builder ? 
> 
> Thanks.
-- 
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