Click here to Skip to main content
15,890,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Permanent System wide hook Pin
Alberto Bar-Noy13-Feb-08 19:25
Alberto Bar-Noy13-Feb-08 19:25 
GeneralRe: Permanent System wide hook Pin
Rajesh R Subramanian13-Feb-08 19:27
professionalRajesh R Subramanian13-Feb-08 19:27 
QuestionCan This Be Done - Thread Nighmare for a .net Beginner Pin
Turquoise13-Feb-08 9:07
Turquoise13-Feb-08 9:07 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
led mike13-Feb-08 10:36
led mike13-Feb-08 10:36 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Turquoise13-Feb-08 10:44
Turquoise13-Feb-08 10:44 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
led mike13-Feb-08 11:16
led mike13-Feb-08 11:16 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Turquoise13-Feb-08 17:35
Turquoise13-Feb-08 17:35 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
CPallini13-Feb-08 23:28
mveCPallini13-Feb-08 23:28 
You have two (crude) options:
(1) Go multithreading
(2) Insert the Z correction code inside the main thread (of course you lose the loop, the correction will be sparse in the main thread).


From design grounds, probably point 1 is more attractive (you have two logical separated paths for action code and Z compensation one), but for practical reasons maybe the second approach will be (and only you, having system knowledge, know if it will be) really more effective (i.e. ad hoc compensation based on current action).

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Turquoise13-Feb-08 17:44
Turquoise13-Feb-08 17:44 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Rajesh R Subramanian13-Feb-08 19:25
professionalRajesh R Subramanian13-Feb-08 19:25 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Turquoise14-Feb-08 1:51
Turquoise14-Feb-08 1:51 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Rajesh R Subramanian14-Feb-08 7:12
professionalRajesh R Subramanian14-Feb-08 7:12 
GeneralAcessing a device driver program Pin
Deepu Antony13-Feb-08 6:39
Deepu Antony13-Feb-08 6:39 
GeneralRe: Acessing a device driver program Pin
led mike13-Feb-08 6:59
led mike13-Feb-08 6:59 
GeneralRe: Acessing a device driver program Pin
Stephen Hewitt13-Feb-08 15:02
Stephen Hewitt13-Feb-08 15:02 
GeneralRe: Acessing a device driver program Pin
Randor 13-Feb-08 12:37
professional Randor 13-Feb-08 12:37 
GeneralRe: Acessing a device driver program Pin
Stephen Hewitt13-Feb-08 15:20
Stephen Hewitt13-Feb-08 15:20 
GeneralAutomatic scrolling edit control Pin
LCI13-Feb-08 5:08
LCI13-Feb-08 5:08 
GeneralRe: Automatic scrolling edit control Pin
led mike13-Feb-08 6:36
led mike13-Feb-08 6:36 
GeneralRe: Automatic scrolling edit control Pin
David Crow13-Feb-08 6:37
David Crow13-Feb-08 6:37 
GeneralQuestion regarding ADO (not .NET) -> Getting stored procedures signatures. Pin
Green Fuze13-Feb-08 5:07
Green Fuze13-Feb-08 5:07 
GeneralSORRY!!! Wrong Message Board!!!! Pin
Green Fuze13-Feb-08 5:08
Green Fuze13-Feb-08 5:08 
GeneralError message while installing Microsoft Visual C++ 2005 or 2008) Pin
Joffreyh13-Feb-08 4:01
Joffreyh13-Feb-08 4:01 
QuestionShould I add CLR support to my native project? Pin
Hanan88813-Feb-08 2:45
Hanan88813-Feb-08 2:45 
AnswerRe: Should I add CLR support to my native project? Pin
jhwurmbach13-Feb-08 5:56
jhwurmbach13-Feb-08 5:56 

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.