Click here to Skip to main content
15,895,667 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: error c2511: unresolved external symbol in EVC++ Pin
prasad_som16-Jan-07 19:05
prasad_som16-Jan-07 19:05 
GeneralRe: error c2511: unresolved external symbol in EVC++ Pin
harshadha16-Jan-07 19:42
harshadha16-Jan-07 19:42 
AnswerRe: error c2511: unresolved external symbol in EVC++ Pin
Rajesh R Subramanian16-Jan-07 19:11
professionalRajesh R Subramanian16-Jan-07 19:11 
GeneralRe: error c2511: unresolved external symbol in EVC++ Pin
harshadha16-Jan-07 20:03
harshadha16-Jan-07 20:03 
QuestionReceive a message in worker thread Pin
Ajay L D16-Jan-07 17:47
Ajay L D16-Jan-07 17:47 
AnswerRe: Receive a message in worker thread Pin
Neville Franks16-Jan-07 18:24
Neville Franks16-Jan-07 18:24 
AnswerRe: Receive a message in worker thread Pin
Mark Salsbery16-Jan-07 18:48
Mark Salsbery16-Jan-07 18:48 
QuestionRe: Receive a message in worker thread [modified] Pin
Roger Stoltz16-Jan-07 20:38
Roger Stoltz16-Jan-07 20:38 
A situation where you want to send a message to a worker thread is very rare and in my opinion suspect. Usually you would handle such situation by signalling an event which the worker thread is waiting on, or polling a volatile declared flag.

Perhaps there is a more suitable solution for your problem.
What problem are you trying to solve by the use of a worker thread and why do you want to send messages to it?

It might be a little of topic, but it could be worth reading this[^] excellent article regarding multithreading.

--
Roger


-- modified at 4:18 Wednesday 17th January, 2007
Posted the wrong link. My apologies. Blush | :O


"It's supposed to be hard, otherwise anybody could do it!" - selfquote

AnswerRe: Receive a message in worker thread Pin
Steve S16-Jan-07 21:32
Steve S16-Jan-07 21:32 
GeneralRe: Receive a message in worker thread Pin
Roger Stoltz16-Jan-07 21:56
Roger Stoltz16-Jan-07 21:56 
QuestionI hope to get a message when CMyListCtrl's styles been changed! Pin
eat_union16-Jan-07 16:11
eat_union16-Jan-07 16:11 
AnswerRe: I hope to get a message when CMyListCtrl's styles been changed! Pin
Nibu babu thomas16-Jan-07 16:18
Nibu babu thomas16-Jan-07 16:18 
GeneralRe: I hope to get a message when CMyListCtrl's styles been changed! Pin
eat_union21-Jan-07 15:51
eat_union21-Jan-07 15:51 
QuestionClass Wizard Pin
Merlin Vilhauer16-Jan-07 15:13
Merlin Vilhauer16-Jan-07 15:13 
AnswerRe: Class Wizard Pin
Christian Graus16-Jan-07 15:36
protectorChristian Graus16-Jan-07 15:36 
AnswerRe: Class Wizard Pin
prasad_som16-Jan-07 17:24
prasad_som16-Jan-07 17:24 
QuestionClient / Server Pin
Dosin16-Jan-07 14:21
Dosin16-Jan-07 14:21 
AnswerRe: Client / Server Pin
Mark Salsbery16-Jan-07 14:49
Mark Salsbery16-Jan-07 14:49 
GeneralRe: Client / Server Pin
Dosin16-Jan-07 16:14
Dosin16-Jan-07 16:14 
QuestionRe: Client / Server Pin
Rajesh R Subramanian16-Jan-07 19:28
professionalRajesh R Subramanian16-Jan-07 19:28 
Questiontype casting float to int/short Pin
acerunner31616-Jan-07 13:07
acerunner31616-Jan-07 13:07 
AnswerRe: type casting float to int/short Pin
Christian Graus16-Jan-07 13:17
protectorChristian Graus16-Jan-07 13:17 
GeneralRe: type casting float to int/short [modified] Pin
acerunner31616-Jan-07 13:29
acerunner31616-Jan-07 13:29 
GeneralRe: type casting float to int/short Pin
Christian Graus16-Jan-07 13:40
protectorChristian Graus16-Jan-07 13:40 
GeneralRe: type casting float to int/short Pin
acerunner31616-Jan-07 13:45
acerunner31616-Jan-07 13:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.