Re: [twsocket] Vista - OnSessionClosed

2007-06-03 Thread David Bridges
This may be a non issue. Originally I had two Vista computers attached with a crossover cable and static IP addresses, this is where I saw this problem. To be able to bring some XP computers into the mix I switched to a router and DHCP. The problem is not there with this setup, I've tested it

[twsocket] Converting ICS samples from V5 to V6

2007-06-03 Thread Francois PIETTE
Hi All ! ICS-V5 has a lot of sample programs, most of them have not yet been ported to ICS-V6. I'm seeking for some volunteers to do the porting. Basically it is very simple and mostly involve changing the unit names in the uses clause and updating the sample name, prefixing it with OverbyteIcs

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-03 Thread Francois PIETTE
>// On a une superbe fenętre. Dans les informations associées, > enregistre la >// référence ŕ notre objet. Elle permettra plus tard d'invoquer la >// méthode WndProc de gestion des messages envoyés ŕ la fenętre // We have a window. In the associated data, we record a refer

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-03 Thread Primož Gabrijelčič
Can you please also translate the // On a une superbe fenętre. Dans les informations associées, enregistre la // référence ŕ notre objet. Elle permettra plus tard d'invoquer la // méthode WndProc de gestion des messages envoyés ŕ la fenętre in TIcsWndHandler.AllocateHWnd?

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-03 Thread Francois PIETTE
> My vote is pro, depends on Francois, he's the (busy) boss ;-) OK. Also update the comment in french: // Les exceptions doivent etre gérées, sinon l'application sera // liquidée des qu'une exception se produit ! // All exceptions must be handled otherwise the application // will

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-03 Thread Primož Gabrijelčič
Sure. I'm fine with that. Primoz > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Arno Garrels > Sent: Sunday, June 03, 2007 9:36 AM > To: ICS support mailing > Subject: Re: [twsocket] ICS v5 compatibility / WndProc handling > > Primož Gabrijelcic w

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-03 Thread Arno Garrels
Primož Gabrijelcic wrote: > if assigned(OnMessage) then //Gp > OnMessage(Self, MsgRec); //Gp > if Result = 0 then //Gp > Result := DefWindowProc(Handle, Msg, wParam, lParam); In order to allow zero-results the new eve