15 Apr
2010
15 Apr
'10
2:13 p.m.
You can't call (some) MFC functions from a thread that wasn't started with AfxBeginThread, which boost::thread doesn't use. Generally, anything in MFC that requires access to thread-local-storage (Like AfxGetMainWnd(), etc) will be broken.