[geeks] Win32 Threads

Joshua D Boyd jdboyd at cs.millersville.edu
Tue Dec 10 21:24:31 CST 2002


On Tue, Dec 10, 2002 at 08:54:37PM -0600, Jonathan C. Patschke wrote:
> On Tue, 10 Dec 2002, Joshua D Boyd wrote:
> 
> > But there are a number of ways to do so (I see at least 3 without
> > delving into MFC).  And not of them seem to want to work with the
> > function that gets called by the thread being a member function of a
> > class.  Anyone have any good examples?
> 
> What do you need done that beginthread() / endthread() and
> CreateThread() / ExitThread() can't do?

Hmm.  I was trying to strip out the proprietary stuff from my code to
make an example of what was giving me grief, but the example worked
properly.  Now I just have to figure out what the important difference
between the two is.

-- 
Joshua D. Boyd



More information about the geeks mailing list