Re: [twsocket] Seeking OO design suggestions

2007-05-28 Thread Francois PIETTE
You can think about how ICS-V6 components are implemented. They all derive (inherit) from the same base class (TIcsWndControl). This class is a generic class. Then every component use (by delegation) one or more TWSocket to implement the specific protocol with properties, methods and events

[twsocket] ICS v5 compatibility / WndProc handling

2007-05-28 Thread Primož Gabrijelčič
Hello everybody (and especially Francois). I have this legacy code that was written using ICS v5. Deep inside some message processing (specifically RAS handling) is done in overridden WndProc methods. When I switched to ICS v6, this code broke. This was mainly expected - ICS v6 cannot know which