CWinThread* g_CpVFThread;
 AfxBeginThread( (AFX_THREADPROC)ViewFinderProc,(LPVOID)this,
0,
0,
CREATE_SUSPENDED,
NULL );UINT WINAPI CMainFrame::ViewFinderProc(LPVOID vpParam)
出错信息:
F:\C++\test2\MainFrm.cpp(112) : error C2440: 'type cast' : cannot convert from '' to 'unsigned int (__cdecl *)(void *)'
        None of the functions with this name in scope match the target type
初学者,崩溃了...