|
-
October 3rd, 2005, 06:15 PM
#1
MFC Threads and Messages
I can't seem to get this: http://www.codeguru.com/forum/showthread.php?t=359456 to work. Instead, is it possible to make my own message handler and send a message on one thread, catching it on another thread?
Thanks
-
October 3rd, 2005, 06:41 PM
#2
Re: MFC Threads and Messages
The compiler error you're getting means that the function where that code exists is not a method on a CWnd class. Are you sure you added your function it to the class definition?
Without posting more code, we can't really help you... :-)
-
October 3rd, 2005, 07:59 PM
#3
Re: MFC Threads and Messages
See my answer to your other thread at http://www.codeguru.com/forum/showth...89#post1244989
Please be patient; you posted this second request less than one hour after your first request.
Mike
-
October 4th, 2005, 02:11 AM
#4
Re: MFC Threads and Messages
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|