Hello,
>http://www.cs.cf.ac.uk/Dave/PERL/node201.html
>Use ICS ExtractURLEncodedValue function to decode these parameters
Thanks for the link and the function.
Mark
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/
Ok, thanks, will try that
On 19/03/2011 05:40, Francois PIETTE wrote:
I am writing a DLL that will have two sockets managed by the same
thread. In the thread's Execute method I am calling the message pump
from one of the sockets.
My question: will this message pump also handle the messages of
I am writing a DLL that will have two sockets managed by the same thread.
In the thread's Execute method I am calling the message pump from one of
the sockets.
My question: will this message pump also handle the messages of the second
socket?
For reference (and so others can check for errors