Search found 1 match
- Tue Feb 20, 2007 10:28 am
- Forum: C++ Development
- Topic: wxYield() blocking problem
- Replies: 1
- Views: 296
wxYield() blocking problem
Hi, I have a wx 2.4.2 installed. I capture frames from a camera and then process and display them. In order to have an infinite loop I post an event and catch it with the same function. Here is my code: void GMainFrame::OnCaptureFrame(wxCommandEvent& frameLoopEvent) { panel->processFrame(); wxYield(...