How can I use parameters in the AfxBeginThread-call used to start a CWintread derived class. I don't care if those parameter end up in the constructor or even in a derived 'operator new' function.
CThread : public CWinThread;
AfxBeginThread (RUNTIME_CLASS(CThread),Priority);
This calls both...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.