05-17-2004, 12:53 AM
|
#1 |
| Junior Member
Join Date: May 2004
Posts: 1
| 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.
|
| |