U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Callbacks and Timers » Time callbacks when ticks overlap
Re: Time callbacks when ticks overlap [message #27568 is a reply to message #27556] Fri, 23 July 2010 14:01 Go to previous messageGo to previous message
Zbych is currently offline  Zbych
Messages: 332
Registered: July 2009
Senior Member
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());
[...]
 
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: Sat May 23 07:49:31 GMT+2 2026

Total time taken to generate the page: 0.00596 seconds