Timing in demos.. how do I do it ?
category: general [glöplog]
here we go: timer.cs
of course, take the:
catch(System.EntryPointNotFoundException e)
{
SFLog.ExceptionLog(Lang.GetString("CantLoadTimerRoutine"),e);
}
out, or replace it with your custom exception trapping/logging/whatever :-)
catch(System.EntryPointNotFoundException e)
{
SFLog.ExceptionLog(Lang.GetString("CantLoadTimerRoutine"),e);
}
out, or replace it with your custom exception trapping/logging/whatever :-)
Microsoft also talked about the timing problem and 32 vs 64 bits here.