Click here to Skip to main content
16,004,806 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: namespaces Pin
Anthony_Yio17-May-05 17:27
Anthony_Yio17-May-05 17:27 
GeneralProblem in DLL Pin
rajas17-May-05 4:16
rajas17-May-05 4:16 
GeneralRe: Problem in DLL Pin
Blake Miller17-May-05 4:55
Blake Miller17-May-05 4:55 
GeneralRe: Problem in DLL Pin
rajas17-May-05 5:13
rajas17-May-05 5:13 
GeneralRe: Problem in DLL Pin
Blake Miller17-May-05 5:40
Blake Miller17-May-05 5:40 
GeneralRe: Problem in DLL Pin
rajas17-May-05 6:06
rajas17-May-05 6:06 
GeneralRe: Problem in DLL Pin
rajas17-May-05 10:04
rajas17-May-05 10:04 
GeneralThread priority management Pin
ilgale17-May-05 4:04
ilgale17-May-05 4:04 
In my application I've set the REALTIME_PRIORITY_CLASS.
It manages a worker thread that works at REAL_TIME_PRIORITY_LEVEL
(while the main thread has been set at IDLE_PRIORITY_LEVEL).

The goal'd be to let the worked thread to loop periodically
with its own multimedia timer without being stopped by the
user interface (in example when the user clicks the mouse).
My problem is that when the user stimulates the user interface
(mouse and windows) the worker thread stops for a while.

How can I let my theard loop without being affected by the
user actions ?
Is there a way to let the user interface to have really a very low
priority ?

Thanks a lot !
GeneralRe: Thread priority management Pin
Bob Stanneveld17-May-05 4:59
Bob Stanneveld17-May-05 4:59 
GeneralRe: Thread priority management Pin
ilgale17-May-05 5:16
ilgale17-May-05 5:16 
GeneralRe: Thread priority management Pin
Bob Stanneveld17-May-05 22:24
Bob Stanneveld17-May-05 22:24 
GeneralRe: Thread priority management Pin
ilgale17-May-05 23:04
ilgale17-May-05 23:04 
GeneralRe: Thread priority management Pin
Bob Stanneveld18-May-05 2:15
Bob Stanneveld18-May-05 2:15 
GeneralHere's a good one! .cram files! Pin
steve333317-May-05 4:02
steve333317-May-05 4:02 
QuestionHow to load bitmap, which is located in Access, on a FormView (MFC) Pin
chinook7517-May-05 3:43
chinook7517-May-05 3:43 
GeneralGetting command line parameters of a running process Pin
rocky_pulley17-May-05 3:36
rocky_pulley17-May-05 3:36 
GeneralRe: Getting command line parameters of a running process Pin
«_Superman_»17-May-05 4:26
professional«_Superman_»17-May-05 4:26 
GeneralRe: Getting command line parameters of a running process Pin
rocky_pulley17-May-05 4:41
rocky_pulley17-May-05 4:41 
GeneralRe: Getting command line parameters of a running process Pin
David Crow17-May-05 5:53
David Crow17-May-05 5:53 
GeneralRe: Getting command line parameters of a running process Pin
David Crow17-May-05 4:43
David Crow17-May-05 4:43 
GeneralAllocating very large memory Pin
Orkun GEDiK17-May-05 3:35
Orkun GEDiK17-May-05 3:35 
GeneralRe: Allocating very large memory Pin
James R. Twine17-May-05 3:41
James R. Twine17-May-05 3:41 
GeneralRe: Allocating very large memory Pin
Orkun GEDiK17-May-05 8:26
Orkun GEDiK17-May-05 8:26 
GeneralProperty Pages and CTreeCtrl Updates Pin
jamesrgoodwin17-May-05 3:19
jamesrgoodwin17-May-05 3:19 
GeneralRe: Property Pages and CTreeCtrl Updates Pin
Jack Puppy17-May-05 4:11
Jack Puppy17-May-05 4:11 

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.