Re: DispatchMessage: What is message # 0xC0FE ?

Tech-Archive recommends: Speed Up your PC by fixing your registry



As long as you're not trying to measure intervals over 47 days, or don't
compare two of those values, you're OK. tick count difference is safe to use
and compare. Tick count absolute value is NOT safe to compare.

"Joseph M. Newcomer" <newcomer@xxxxxxxxxxxx> wrote in message
news:92guo2p4248jp1mpsslqt5midqn98t7qvt@xxxxxxxxxx
*supposed* to take 2 seconds? Or you are using something like
GetTickCount, which doesn't
measure the time taken to execute the dispatch. And isn't very reliable
for other than
approximate-clock-time, if you don't mind the fact that every few days it
tells you it
took a couple days because of 32-bit rollover.

joe



.



Relevant Pages

  • Re: File-Compare "fc" falsely reports mismatch between identical files
    ... said to compare files as ascii text. ... Redmond is some variety of universal standard. ... mean that there is no benefit in making the distinction between ASCII ... it is now safe to turn your computer off. ...
    (microsoft.public.win2000.cmdprompt.admin)
  • Re: Struct compares/copies
    ... For safe and meaningful comparison, compare on a field-by-field basis, ... It is entirely possible for memcmp to return non-zero ... the problem is structure padding. ...
    (comp.lang.c)
  • Re: Struct compares/copies
    ... For safe and meaningful comparison, compare on a field-by-field basis, ... It is entirely possible for memcmp to return non-zero ...
    (comp.lang.c)
  • Re: Struct compares/copies
    ... Trust has nothing to do with it. ... For safe and meaningful comparison, compare on a field-by-field basis, ... same address to have different bit representations. ...
    (comp.lang.c)
  • Re: [PHP] file_exists
    ... It does not contain anything coming from external veriables. ... You then compare the full path you build from the external variables to $expecteddir to verify that the file is in the right directory. ... You clearly don't know what the realpath function does. ... If they don't match then if means the requested file is outside your "safe" directory, ...
    (php.general)