 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
viks Guest
|
Posted: Wed Jun 14, 2006 5:39 am Post subject: Timer with 0.5 ms period |
|
|
Hi guys
I need to implement a code which run every 0.5 ms .
I tried timer function System::Windows::Forms::Timer
but minimum period in that is 1 ms, I need 0.5 ms
Can anyone please tell me how can I implement 0.5 ms timer ??
thanks
--viks |
|
| Back to top |
|
 |
Jack Klein Guest
|
Posted: Wed Jun 14, 2006 9:10 am Post subject: Re: Timer with 0.5 ms period |
|
|
On 13 Jun 2006 17:39:26 -0700, "viks" <vsrajput (AT) gmail (DOT) com> wrote in
comp.lang.c++:
| Quote: | Hi guys
I need to implement a code which run every 0.5 ms .
I tried timer function System::Windows::Forms::Timer
but minimum period in that is 1 ms, I need 0.5 ms
Can anyone please tell me how can I implement 0.5 ms timer ??
|
By asking in a Windows programming newsgroup, because the Windows API
is off-topic here.
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|