Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Interrupts in Windows XP Pin
Stephen Hewitt6-Mar-07 19:33
Stephen Hewitt6-Mar-07 19:33 
GeneralRe: Interrupts in Windows XP Pin
anantvemuri7-Mar-07 4:21
anantvemuri7-Mar-07 4:21 
Questionabout SetTimer Pin
mfc_dialog6-Mar-07 15:30
mfc_dialog6-Mar-07 15:30 
QuestionRe: about SetTimer Pin
Mark Salsbery6-Mar-07 15:35
Mark Salsbery6-Mar-07 15:35 
AnswerRe: about SetTimer Pin
mfc_dialog6-Mar-07 15:57
mfc_dialog6-Mar-07 15:57 
QuestionRe: about SetTimer Pin
prasad_som6-Mar-07 17:06
prasad_som6-Mar-07 17:06 
AnswerRe: about SetTimer Pin
Parthi_Appu6-Mar-07 17:15
Parthi_Appu6-Mar-07 17:15 
GeneralRe: about SetTimer Pin
Mark Salsbery7-Mar-07 3:43
Mark Salsbery7-Mar-07 3:43 
You may want to initialize g_nData:

INT g_nData = 0;

The timer messages should arrive on the same thread so you shouldn't need ::EnterCriticalSection()
and ::LeaveCriticalSection().

Are you getting errors at runtime?

Mark


"Great job, team. Head back to base for debriefing and cocktails."
(Spottswoode "Team America")

Questionhow to get current Process's physical memory number? Pin
sssa20006-Mar-07 15:11
sssa20006-Mar-07 15:11 
AnswerRe: how to get current Process's physical memory number? Pin
Hamid_RT6-Mar-07 18:12
Hamid_RT6-Mar-07 18:12 
QuestionHow to print color BITMAP from ressource on Printer ? Pin
jerome_data6-Mar-07 13:39
jerome_data6-Mar-07 13:39 
QuestionRe: How to print color BITMAP from ressource on Printer ? Pin
Mark Salsbery6-Mar-07 14:54
Mark Salsbery6-Mar-07 14:54 
AnswerRe: How to print color BITMAP from ressource on Printer ? Pin
jerome_data6-Mar-07 20:48
jerome_data6-Mar-07 20:48 
GeneralRe: How to print color BITMAP from ressource on Printer ? Pin
Hamid_RT7-Mar-07 0:22
Hamid_RT7-Mar-07 0:22 
AnswerRe: How to print color BITMAP from ressource on Printer ? Pin
Hamid_RT6-Mar-07 18:15
Hamid_RT6-Mar-07 18:15 
GeneralRe: How to print color BITMAP from ressource on Printer ? Pin
jerome_data6-Mar-07 20:39
jerome_data6-Mar-07 20:39 
AnswerRe: How to print color BITMAP from ressource on Printer ? Pin
prasad_som6-Mar-07 22:25
prasad_som6-Mar-07 22:25 
GeneralRe: How to print color BITMAP from ressource on Printer ? Pin
Mark Salsbery7-Mar-07 3:48
Mark Salsbery7-Mar-07 3:48 
GeneralRe: How to print color BITMAP from ressource on Printer ? Pin
prasad_som7-Mar-07 23:01
prasad_som7-Mar-07 23:01 
GeneralRe: How to print color BITMAP from ressource on Printer ? Pin
Hamid_RT7-Mar-07 0:20
Hamid_RT7-Mar-07 0:20 
AnswerRe: I found it's DIB and DDB problem Pin
jerome_data7-Mar-07 23:28
jerome_data7-Mar-07 23:28 
Questiontemplate method in c++ Pin
mehmetned6-Mar-07 11:40
mehmetned6-Mar-07 11:40 
AnswerRe: template method in c++ Pin
Stephen Hewitt6-Mar-07 11:46
Stephen Hewitt6-Mar-07 11:46 
GeneralRe: template method in c++ Pin
mehmetned6-Mar-07 11:58
mehmetned6-Mar-07 11:58 
GeneralRe: template method in c++ Pin
Stephen Hewitt6-Mar-07 12:03
Stephen Hewitt6-Mar-07 12:03 

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.