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
AndreasGMail 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 the
> second socket?
Yes it will, however y
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