Monday, 9 September 2013

boost thread ui ineraction

boost thread ui ineraction

How can a spawned boost thread
boost::thread t(boost::bind(&PMyClass::MyThreadfunc,this,callback,boolvar));
get UI interaction? I tried passing in boolvar, but it's unresponsive.

No comments:

Post a Comment