Multiple threads in MFC
-
1. Can anybody show me an example on running multiple threads from an MFC application? 2. Is this possible in VS6? ... Thanks in advance:rose::thumbsup:
There are many examples on the net and here like this one: Introduction to Multi-threaded Code [^].
-
1. Can anybody show me an example on running multiple threads from an MFC application? 2. Is this possible in VS6? ... Thanks in advance:rose::thumbsup:
I think what you need is a good book. I'd recommend Programming Windows with MFC[^]
"Real men drive manual transmission" - Rajesh.
-
1. Can anybody show me an example on running multiple threads from an MFC application? 2. Is this possible in VS6? ... Thanks in advance:rose::thumbsup:
This is for VS2003, but if I recall correctly, nothing changed from VS6 to 2003 in regards to threading: http://msdn.microsoft.com/en-us/library/975t8ks0%28v=vs.71%29.aspx[^]