Timer with Micro seconds

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi,

Can anyone guide me in attaining micro seconds delay in WinCE.
I am able to find out some routines like "QueryPerformanceCounter()"
and "QueryPerformanceFrequency()" which work at the "BSP level".

But I require a Timer at the "Application level" which can provide me
delay/wait in Microseconds. Currently i am using EVC++ for my
application development. Any suggestion will be a great help to me.
Hope my query is clear to you.


with regards,

Chandra.
.



Relevant Pages

  • Timer with Micro seconds
    ... Can anyone guide me in attaining micro seconds delay in WinCE. ... I am able to find out some routines like "QueryPerformanceCounter" ... But I require a Timer at the "Application level" which can provide me ...
    (microsoft.public.windowsce.embedded)
  • Re: Macro With Timer Event
    ... your routines: you have 3 macros all named "Delay". ... Dim Beg As Long ... Beg = Timer ...
    (microsoft.public.excel.misc)
  • Re: Lahman, how ya doing?
    ... I assume this is a delay for settling ... It's a simulation, so simulated time will be frozen until all tasks ... If, though, the timer event is only one of several ... Heat goes from the heater to thermal block 1, ...
    (comp.object)
  • RE: Timed and blinking messages
    ... Warning procedure that is located in the Userform code as well. ... Private Sub UserForm_Click ... Do While Timer < Delay ...
    (microsoft.public.excel.programming)
  • Re: Lahman, how ya doing?
    ... I assume this is a delay for settling times or something. ... If, though, the timer event is only one of several events that may be issued to complete tasks, one needs a different mechanism. ... it generates the trigger event for the next task rather than the timer. ... The Delay does it own tick counting for the interval and then issues the actual event that triggers the relevant task. ...
    (comp.object)