Subj : Re: Question about: createthread/beginthread/beginthreadex ? To : comp.programming.threads From : Alexander Terekhov Date : Tue Mar 15 2005 01:24 am mandatory wrote: > > Well - now we have two different answers out of two posts ? can see why im > confused ? > > Now, in my Win32 documentation i cant find AfxBeginThread() - where is this > located, which header ? > > And does this mean that AfxBeginThread() is THE one to use - anyone disagree > ? Use pthread_create() provided by MS SFU (pthread-win32 aside for a moment) and ditch MFC (that's for sure). regards, alexander. .