Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Documenting your VC++ projects Pin
jimNLX4-Feb-03 9:16
jimNLX4-Feb-03 9:16 
Generalcorrupt callstack after crash in release Pin
RicoH3-Feb-03 6:35
RicoH3-Feb-03 6:35 
GeneralRe: corrupt callstack after crash in release Pin
Joaquín M López Muñoz3-Feb-03 6:41
Joaquín M López Muñoz3-Feb-03 6:41 
GeneralRe: corrupt callstack after crash in release Pin
Tim Smith3-Feb-03 6:59
Tim Smith3-Feb-03 6:59 
GeneralRe: corrupt callstack after crash in release Pin
AlexO3-Feb-03 8:14
AlexO3-Feb-03 8:14 
GeneralRe: corrupt callstack after crash in release Pin
Neville Franks3-Feb-03 9:32
Neville Franks3-Feb-03 9:32 
GeneralYahoo mail external reader Pin
progman3-Feb-03 6:31
progman3-Feb-03 6:31 
GeneraltimeSetEvent() issues Pin
Anonymous3-Feb-03 6:11
Anonymous3-Feb-03 6:11 
What will happen if the following case happen:
I started an timer-driven event like this, if A_long_call() can't return within TIMESLICE==1 millisecond, what will happen? The following is what I understand, is it correct?
*** below is My understanding*****
Time axis(in millisecond):
1--------------2------------3-------------4-----------5----------
controller()_______ controller()________
***above is My understanding****




timeSetEvent(TIMESLICE, wTimerRes, (LPTIMECALLBACK) TimerFunc, 0, TIME_PERIODIC);


//here is the functions
void CALLBACK TimerFunc(UINT timer_id, UINT msg, DWORD dwUser, DWORD dw1, DWORD dw2)
{
if (timer_id == 0)
return;
controller();
}
controller()
{
A_long_call();
}


GeneralRe: timeSetEvent() issues--typo in above post Pin
Anonymous3-Feb-03 6:13
Anonymous3-Feb-03 6:13 
Questionwhat's in the EXE? Pin
lbc3-Feb-03 6:11
lbc3-Feb-03 6:11 
AnswerRe: what's in the EXE? Pin
Joaquín M López Muñoz3-Feb-03 6:33
Joaquín M López Muñoz3-Feb-03 6:33 
AnswerRe: what's in the EXE? Pin
Anonymous3-Feb-03 6:34
Anonymous3-Feb-03 6:34 
AnswerRe: what's in the EXE? Pin
JohnMcL3-Feb-03 9:27
JohnMcL3-Feb-03 9:27 
GeneralCRichEditCtrl Problem in Win9x Pin
Ricky_TheBard3-Feb-03 6:07
Ricky_TheBard3-Feb-03 6:07 
GeneralIs it 95? Pin
AlexO3-Feb-03 7:56
AlexO3-Feb-03 7:56 
QuestionCommit Peak value? Pin
Andreas Saurwein3-Feb-03 6:03
Andreas Saurwein3-Feb-03 6:03 
Generalcatch "Ctrl" key Pin
jeremysay3-Feb-03 4:57
jeremysay3-Feb-03 4:57 
GeneralRe: catch "Ctrl" key Pin
Alvaro Mendez3-Feb-03 5:53
Alvaro Mendez3-Feb-03 5:53 
QuestionWhere to add my code in OnInitialUpdate? Pin
ns3-Feb-03 4:57
ns3-Feb-03 4:57 
AnswerRe: Where to add my code in OnInitialUpdate? Pin
jeremysay3-Feb-03 5:00
jeremysay3-Feb-03 5:00 
AnswerRe: Where to add my code in OnInitialUpdate? Pin
S O S3-Feb-03 5:01
S O S3-Feb-03 5:01 
AnswerRe: Where to add my code in OnInitialUpdate? Pin
Alvaro Mendez3-Feb-03 5:59
Alvaro Mendez3-Feb-03 5:59 
GeneralThanks everyone! Pin
ns3-Feb-03 6:14
ns3-Feb-03 6:14 
GeneralRe: Thanks everyone! Pin
Neville Franks3-Feb-03 9:34
Neville Franks3-Feb-03 9:34 
GeneralRe: Thanks everyone! Pin
Alvaro Mendez3-Feb-03 12:22
Alvaro Mendez3-Feb-03 12:22 

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.