Re: [GEN]Problem of defferent platfrom
- Posted by "Fam. Nieuwenhuijsen" <nieuwen at XS4ALL.NL> Nov 04, 2000
- 375 views
I can recall many win32 programs using interrupts. For example Modplug Player has an dos-interrupt-mode priority. Winamp and many other windows programs offer simelar real-time priority settings as well. In windows you can also at least increase the signifance of the Timer control by increasing its priority-value in windows. Problem is, you don't want the timer to be more accurate, you want the code that proccess the Timer's value to be executed with a higher frequency. I don't think its possible to increase the priority for just a part of your Euphoria code, but you might try increasing the priority value for the whole program. Perhaps some one could search the docs about which win32 dll's you need to call to do so. Good luck. Ralf N. nieuwen at xs4all.nl ----- Original Message ----- From: YanYanCup YanYanCup <yanyancup at HKEM.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Friday, November 03, 2000 2:13 PM Subject: [GEN]Problem of defferent platfrom > i want to write a code that can show time in very accurate ways(error within 1/100 or ever 1/1000 seconds!)therefore, i think about using dos_interrupt.yes, the name is very good----dos_interrupt, this means that it cannot be used in other platfrom like window, i have tried Timer in window, but it has some delay....i think interrupt is more accrate than it. > please help me . > YanYanCup. Hong Kong > _____________________________________________________ > Sent by Hong Kong E-Mail at http://www.hkem.com > It's free. It's easy. Sign up your account Now! >