Search found 1 match

by SGallou
Sun Jan 30, 2005 10:13 am
Forum: General Development
Topic: Wait for multiple events (more precision needed)
Replies: 1
Views: 1209

Wait for multiple events (more precision needed)

Hi, Someone a ask for how to wait for multiple events in April 2001 (see this message ), and the answer was to use several wxCondition and ANDing them. But how to ANDing several wxCondition ? Can everyone post a sample of code doing that ? The idea is to act as the WaitForMultipleObjects method of W...