Click here to Skip to main content
16,016,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: reading from files under Linux Pin
kakan23-Oct-06 19:54
professionalkakan23-Oct-06 19:54 
QuestionLNK4006 - double definition ?! Pin
Mr.Brainley23-Oct-06 3:41
Mr.Brainley23-Oct-06 3:41 
AnswerRe: LNK4006 - double definition ?! Pin
Chris Losinger23-Oct-06 4:16
professionalChris Losinger23-Oct-06 4:16 
GeneralRe: LNK4006 - double definition ?! Pin
Mr.Brainley23-Oct-06 4:37
Mr.Brainley23-Oct-06 4:37 
GeneralRe: LNK4006 - double definition ?! Pin
Chris Losinger23-Oct-06 4:44
professionalChris Losinger23-Oct-06 4:44 
GeneralRe: LNK4006 - double definition ?! Pin
Mr.Brainley23-Oct-06 4:55
Mr.Brainley23-Oct-06 4:55 
QuestionKnowing/Logging which programs have been launched [modified] Pin
OddArne23-Oct-06 0:33
OddArne23-Oct-06 0:33 
AnswerRe: Knowing/Logging which programs have been launched Pin
TClarke23-Oct-06 5:43
TClarke23-Oct-06 5:43 
I had a task similar to this one a while back. After much wrangling with various techniques I settled on a system wide hook. It worked a charm and stories of massive degradation of the system's performance seemed to be woefully exaggerated. Not only that but I've never had a problem with it since and it's been out in the field for four years now.

However, if you've never used them before do some good research on the issues related to shared memory. It's not complicated but if your trying to feel your way about without the theory it's fiddly and error prone.

There is another good technique but it requires a DDK for each of the systems your aiming at. In the DDK you get access to kernel events and of course these can give you a very accurate and specific view of what's going on.

Sorry, I don't know much about hooking APIs.

Tom
GeneralRe: Knowing/Logging which programs have been launched Pin
OddArne23-Oct-06 22:58
OddArne23-Oct-06 22:58 
GeneralRe: Knowing/Logging which programs have been launched Pin
TClarke24-Oct-06 3:37
TClarke24-Oct-06 3:37 
GeneralRe: Knowing/Logging which programs have been launched Pin
OddArne25-Oct-06 5:34
OddArne25-Oct-06 5:34 
QuestionWhat Framework Do you Use for UI Pin
John Kenedy S.Kom23-Oct-06 0:19
John Kenedy S.Kom23-Oct-06 0:19 
AnswerRe: What Framework Do you Use for UI Pin
jhwurmbach23-Oct-06 0:45
jhwurmbach23-Oct-06 0:45 
QuestionPlease, show me the way to manage a thread Pin
Pham duc an22-Oct-06 23:43
Pham duc an22-Oct-06 23:43 
AnswerRe: Please, show me the way to manage a thread Pin
jhwurmbach22-Oct-06 23:47
jhwurmbach22-Oct-06 23:47 
AnswerRe: Please, show me the way to manage a thread Pin
David Crow23-Oct-06 3:45
David Crow23-Oct-06 3:45 
QuestionHow to retrieve and use date values from MonthCalendar Pin
Phoenix10122-Oct-06 23:38
Phoenix10122-Oct-06 23:38 
QuestionRe: How to retrieve and use date values from MonthCalendar Pin
David Crow23-Oct-06 3:48
David Crow23-Oct-06 3:48 
Questiondll error Pin
minkowski22-Oct-06 23:34
minkowski22-Oct-06 23:34 
AnswerRe: dll error Pin
jhwurmbach22-Oct-06 23:52
jhwurmbach22-Oct-06 23:52 
AnswerRe: dll error Pin
Jonathan [Darka]23-Oct-06 0:12
professionalJonathan [Darka]23-Oct-06 0:12 
GeneralRe: dll error Pin
minkowski23-Oct-06 0:21
minkowski23-Oct-06 0:21 
QuestionHow to change Menu Text Pin
huynhnb22-Oct-06 23:19
huynhnb22-Oct-06 23:19 
AnswerRe: How to change Menu Text Pin
huynhnb23-Oct-06 0:13
huynhnb23-Oct-06 0:13 
QuestionError while returning value from try block Pin
voorugonda prashanth22-Oct-06 23:14
voorugonda prashanth22-Oct-06 23:14 

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.