Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGrid and Databases in VC. Pin
Daniel Visan3-Jul-01 23:13
Daniel Visan3-Jul-01 23:13 
GeneralRe: Grid and Databases in VC. Pin
4-Jul-01 1:33
suss4-Jul-01 1:33 
GeneralProblem with throwing class objects Pin
Malcolm McMahon3-Jul-01 22:47
Malcolm McMahon3-Jul-01 22:47 
GeneralRe: Problem with throwing class objects Pin
Tomasz Sowinski3-Jul-01 23:54
Tomasz Sowinski3-Jul-01 23:54 
GeneralRe: Problem with throwing class objects Pin
Malcolm McMahon4-Jul-01 0:18
Malcolm McMahon4-Jul-01 0:18 
GeneralRe: Problem with throwing class objects Pin
Tomasz Sowinski4-Jul-01 0:35
Tomasz Sowinski4-Jul-01 0:35 
GeneralTHE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Daniel Visan3-Jul-01 22:41
Daniel Visan3-Jul-01 22:41 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Tomasz Sowinski4-Jul-01 0:17
Tomasz Sowinski4-Jul-01 0:17 
> "SetTimer(1,10,0);" 10 means the function below is called in
> every "10 miliseconds"

No. Windows timers use INT 8 interrupt internally, which fires at 18.2 Hz. The minimal elapsed time is about 55 ms, even if you pass 10 to SetTimer. And, OnTimer is not guaranteed to be called when time elapses - WM_TIMER messages are posted to the message queue and have the lowest priority.

Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Daniel Visan4-Jul-01 1:31
Daniel Visan4-Jul-01 1:31 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Tomasz Sowinski4-Jul-01 1:51
Tomasz Sowinski4-Jul-01 1:51 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Daniel Visan4-Jul-01 5:22
Daniel Visan4-Jul-01 5:22 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Tomasz Sowinski4-Jul-01 5:48
Tomasz Sowinski4-Jul-01 5:48 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Justin Hallet4-Jul-01 10:04
Justin Hallet4-Jul-01 10:04 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Tomasz Sowinski4-Jul-01 10:24
Tomasz Sowinski4-Jul-01 10:24 
QuestionIs there a NULL for member pointers? Pin
Malcolm McMahon3-Jul-01 22:26
Malcolm McMahon3-Jul-01 22:26 
AnswerRe: Is there a NULL for member pointers? Pin
Tomasz Sowinski4-Jul-01 0:32
Tomasz Sowinski4-Jul-01 0:32 
Questionhow to set g723.1 when waveinopen Pin
3-Jul-01 22:22
suss3-Jul-01 22:22 
AnswerRe: how to set g723.1 when waveinopen Pin
4-Jul-01 23:48
suss4-Jul-01 23:48 
GeneralRe: how to set g723.1 when waveinopen Pin
hapcoer5-Jul-01 22:29
hapcoer5-Jul-01 22:29 
GeneralPOP question...(probably trivial) Pin
Darko3-Jul-01 21:56
Darko3-Jul-01 21:56 
GeneralRe: POP question...(probably trivial) Pin
markkuk3-Jul-01 23:46
markkuk3-Jul-01 23:46 
GeneralRe: POP question...(probably trivial) Pin
4-Jul-01 5:12
suss4-Jul-01 5:12 
GeneralRe: POP question...(probably trivial) Pin
Ghazi H. Wadi4-Jul-01 5:23
Ghazi H. Wadi4-Jul-01 5:23 
GeneralWhois Lookup in ISAPI Pin
Raja K Vairakkannu3-Jul-01 21:30
Raja K Vairakkannu3-Jul-01 21:30 
GeneralRe: Whois Lookup in ISAPI Pin
Ghazi H. Wadi4-Jul-01 5:26
Ghazi H. Wadi4-Jul-01 5:26 

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.