How to PostThreadMessages?
- From: "jp2code" <poojo.com/mail>
- Date: Mon, 4 Jun 2007 17:01:04 -0500
I'm trying to create a CWinThread derived class.
To start the thread using AfxBeginThread, I had to declare my UINT Loop
function as static.
Now, how do I call other parts of my CWinThread derived class?
I have tried using PostThreadMessage, but this is an illegal call of a
non-static member function.
So, how do I call other parts of my class?
.
- Follow-Ups:
- Re: How to PostThreadMessages?
- From: jp2code
- Re: How to PostThreadMessages?
- From: Joseph M . Newcomer
- Re: How to PostThreadMessages?
- From: Ashot Geodakov
- Re: How to PostThreadMessages?
- From: Scott McPhillips [MVP]
- Re: How to PostThreadMessages?
- Prev by Date: Re: CView to CScrollView
- Next by Date: Re: How to PostThreadMessages?
- Previous by thread: Re: reading text file data
- Next by thread: Re: How to PostThreadMessages?
- Index(es):
Loading