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