Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Callbacks and Timers » Time callbacks when ticks overlap
Re: Time callbacks when ticks overlap [message #27594 is a reply to message #27568] Sun, 25 July 2010 09:31 Go to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
Zbych wrote on Fri, 23 July 2010 08:01

luzr wrote on Fri, 23 July 2010 11:11


Just to be sure:
[cut]



That is ok. But there is one more place where time is compared:
static void sTimeCallback(dword time, int delay, Callback cb, void *id) {
[...]
for(e = list->GetNext(); e != list && ((int)(time - e->time) >= 0); e = e->GetNext());
[...]



Ops, thanks, missed that one...

That is why I prefer full zipped files posted as patch Smile

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Date iterator
Next Topic: how to use timer id? and how to kill a timer
Goto Forum:
  


Current Time: Wed Aug 27 14:28:37 CEST 2025

Total time taken to generate the page: 0.00503 seconds