We have the following code -
PROCESS X()
{
while(1)
{
CallFunction();
Sleep(10);
}
The function stopped being called after 497 days. I saw
the problem with the WM_TIMER and 497 days.
Could these problems be related??
Peterson
xe77 - 25 Mar 2004 05:56 GMT
Please post to a Windows programming or APIs newsgroup.
>-----Original Message-----
>We have the following code -
[quoted text clipped - 12 lines]
>Peterson
>.