Discussion:
[Pearpc-devel] Re: [Pearpc-users] PearPC 0.4 crash
Sebastian Biallas
2006-01-13 22:46:31 UTC
Permalink
Hi,
[..]
baeh! 1 1
Äh, kind of stupid error message. Read: "this should never happen".

The relevant code is:
timer->timerID = timeSetEvent(msecs, timer->timerRes, TimeProc,
reinterpret_cast<DWORD>(timer),
if (!timer->timerID) {
ht_printf("baeh! %d %d \n", msecs, timer->timerRes);
exit(-1);
}

Those anybody know why timeSetEvent fails here?
Any suggestion?
Wait until this is fixed :(
Best regards,
Sebastian-Torsten Tillmann
Sebastian

Loading...