From: "Luiz Fernando" To: Subject: Re: timer functions 2 Date: Thu, 8 Apr 1999 16:49:17 -0300 Message-ID: <01be81f8$e3656c60$47faf8c8@aguia> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com Hi , i want to have my game running at same speed in computer of diferent speeds (slowers and faster). how can i do it ? thanks Luiz Fernando luisoft AT myway DOT com DOT br -----Mensagem original----- De: Eli Zaretskii Para: Luiz Fernando Cc: djgpp AT delorie DOT com Data: Quinta-feira, 8 de Abril de 1999 06:36 Assunto: Re: timer functions > >On Wed, 7 Apr 1999, Luiz Fernando wrote: > >> i need some timer functions that works (i dont want allegro ones... i'd >> like some simple functions...) for djgpp > >Did you try the library functions `setitimer' and `getitimer'? > >If these are not appropriate for your task, could you please tell more >about what are you trying to do with timers?