Hi John,
Yes, exactly. Windows messages (I want to avoid having to write long case
statements in message loops) - that's what I mean.
I'd be thankful if anyone could point me to the right direction.
Thank you very much, Asif
On Thu, Mar 24, 2011 at 3:26 PM, John Drescher
On Thu, Mar 24, 2011 at 6:13 AM, Igor R
wrote: 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 _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users