Click here to Skip to main content
16,011,502 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: allocator implementation Pin
George_George28-Feb-08 14:22
George_George28-Feb-08 14:22 
GeneralRe: allocator implementation Pin
David Crow28-Feb-08 16:25
David Crow28-Feb-08 16:25 
QuestionDynmaic created CMyView, how to update the context menu item UI? Pin
followait27-Feb-08 1:49
followait27-Feb-08 1:49 
AnswerRe: Dynmaic created CMyView, how to update the context menu item UI? Pin
Mark Salsbery27-Feb-08 7:14
Mark Salsbery27-Feb-08 7:14 
GeneralOS Threads Scheduling Pin
reza matinnejad27-Feb-08 1:38
reza matinnejad27-Feb-08 1:38 
GeneralRe: OS Threads Scheduling Pin
Cedric Moonen27-Feb-08 1:55
Cedric Moonen27-Feb-08 1:55 
GeneralRe: OS Threads Scheduling Pin
reza matinnejad27-Feb-08 2:08
reza matinnejad27-Feb-08 2:08 
GeneralRe: OS Threads Scheduling Pin
pbraun27-Feb-08 9:32
pbraun27-Feb-08 9:32 
You would need to add functionality to the operating system scheduler to accomplish this and since Microsoft operating systems are closed source, it is doubtful at best that you would be able to see and modify the source for your intended purpose.

What is the reason that the thread operations are critical? Is it that they need to be executed in order? Do they need to be executed one right after another? If yes is the answer to either of the last two questions, then critical sections is the answer your looking for.

Phil

QuestionHow to integrate *.htm in MFC program? Pin
TooShy2Talk27-Feb-08 0:02
TooShy2Talk27-Feb-08 0:02 
QuestionRe: How to integrate *.htm in MFC program? Pin
Maxwell Chen27-Feb-08 0:09
Maxwell Chen27-Feb-08 0:09 
AnswerRe: How to integrate *.htm in MFC program? Pin
Rajesh R Subramanian27-Feb-08 0:16
professionalRajesh R Subramanian27-Feb-08 0:16 
GeneralRe: How to integrate *.htm in MFC program? Pin
Demian Panello27-Feb-08 1:42
Demian Panello27-Feb-08 1:42 
GeneralRe: How to integrate *.htm in MFC program? Pin
Hamid_RT27-Feb-08 5:05
Hamid_RT27-Feb-08 5:05 
GeneralPaint problems during scrolling Pin
misha_grewal26-Feb-08 23:26
misha_grewal26-Feb-08 23:26 
Questionwhy no ambiguity error in code? Pin
George_George26-Feb-08 23:17
George_George26-Feb-08 23:17 
AnswerRe: why no ambiguity error in code? Pin
Rajkumar R26-Feb-08 23:45
Rajkumar R26-Feb-08 23:45 
GeneralRe: why no ambiguity error in code? Pin
George_George27-Feb-08 0:13
George_George27-Feb-08 0:13 
AnswerRe: why no ambiguity error in code? Pin
Rajkumar R27-Feb-08 0:30
Rajkumar R27-Feb-08 0:30 
GeneralRe: why no ambiguity error in code? Pin
George_George27-Feb-08 0:59
George_George27-Feb-08 0:59 
GeneralRe: why no ambiguity error in code? Pin
Rajkumar R27-Feb-08 1:34
Rajkumar R27-Feb-08 1:34 
GeneralRe: why no ambiguity error in code? Pin
George_George27-Feb-08 1:43
George_George27-Feb-08 1:43 
GeneralRe: why no ambiguity error in code? Pin
Arman S.27-Feb-08 0:37
Arman S.27-Feb-08 0:37 
GeneralRe: why no ambiguity error in code? Pin
George_George27-Feb-08 0:50
George_George27-Feb-08 0:50 
GeneralTooltip Pin
sv1426-Feb-08 23:13
sv1426-Feb-08 23:13 
AnswerRe: Tooltip Pin
Rajkumar R26-Feb-08 23:48
Rajkumar R26-Feb-08 23:48 

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.