Creating worker thread
i made a class derived from cwinthread, in this class i created a class member function UINT CThread::ThreadFunc(LPVOID lpParam). The problem is i cannot call the ThreadFunc i created in my Dialog class. How do i call this? Pls show me a sample code that calls in a ThreadFunc in a dialog application.
thanks a lot.
|