Thanks for replying, Ian. On Wed, Sep 21, 2011 at 1:18 PM, MacArthur, Ian (SELEX GALILEO, UK) < [email protected]> wrote:
> > > Can I use FLTK timer in an MFC application to call a > > particular method after > > every 200 milliseconds? or every 1 sec, for example? > > ... I am not aware of any specific reason why it would not work. > > Are there not MFC timers you can use instead, so be sure of > compatibility with your MFC methods? > I am writing standard C++ code but I have to use my library classes in an MFC GUI for the time being. However, I need a portable timer function for my library and that was the reason for the post. I have found another one though - SDL has interval timing functionality as well. I cannot use Boost::ASIO deadline timer because applications in my scenario change the system time which doesn't work with ASIO. Best regards, Asif _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

