All messages are handled differently ! All message  numbers are now variable 
instead of constant since a lot of component use the same hidden window and 
each one need to have his own messages.

Each message number is allocated dynamically. See how 
TCustomWSocket.AllocateMsgHandlers works.

--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be



----- Original Message ----- 
From: "Dod" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Wednesday, December 28, 2005 2:04 PM
Subject: Re: [twsocket] ICS V6 beta available


> Hello Francois,
>
> WM_TRIGGER_EXCEPTION is no more available in WSocket.pas ?
>
> seems you removed also
>
>  WM_ASYNCSELECT            = WM_USER + 1;
>  WM_ASYNCGETHOSTBYNAME     = WM_USER + 2;
>  WM_ASYNCGETHOSTBYADDR     = WM_USER + 3;
>  WM_CLOSE_DELAYED          = WM_USER + 4;
>  WM_WSOCKET_RELEASE        = WM_USER + 5;
>  WM_TRIGGER_EXCEPTION      = WM_USER + 6;
>  WM_TRIGGER_DATA_AVAILABLE = WM_USER + 20;
>  WSA_WSOCKET_TIMEOUT       = 12001;
>
>
> FP> Yes, I forgot to add IcsDefs.inc to the zip file.
> FP> You can use the file which is part of ICS.
>
> -- 
> 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