24 Mar
2011
24 Mar
'11
10:26 a.m.
On Thu, Mar 24, 2011 at 6:13 AM, Igor R
I meant that somehow the Windows events were connected to user defined functions using boost::bind or something like that.
Are you sure you're talking about Windows events? Events are just synchronization objects, they are not connected to any code. http://msdn.microsoft.com/en-us/library/ms682396(v=vs.85).aspx
I think he is talking about the windows message loop. http://en.wikipedia.org/wiki/Message_loop_in_Microsoft_Windows John