摘要: In a timer handler (function), we should set a flag to avoid function re-entering, for example:bool bProcessing = false;void onTimer(){if (bProcessing... 阅读全文
posted @ 2013-01-22 15:18 chuwachen 阅读(108) 评论(0) 推荐(0)