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

C / C++ / MFC

 
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 
AnswerRe: Receive a message in worker thread Pin
Steve S16-Jan-07 21:32
Steve S16-Jan-07 21:32 
Roger Stoltz wrote:
polling a volatile declared flag


Having a worker thread polling is not generally a good idea, but waiting on an event, on the other hand...

I inherited some code that polled, and because the person writing it was using a sleep inside the loop, they thought it would be OK. The thread was eating around 30% of the available CPU time while it waited, until I changed it to use an event, whereupon it "magically" dropped.


Steve S
Developer for hire

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 
GeneralRe: type casting float to int/short Pin
Christian Graus16-Jan-07 15:37
protectorChristian Graus16-Jan-07 15:37 

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.