I am getting the following error when trying to load FWPPC application.
not implemented yet
clock()
How do I resolve error?
#pragma BEGINDUMP
#include <windows.h>
BOOL GetProcessTimes(
HANDLE hProcess,
LPFILETIME lpCreationTime,
LPFILETIME lpExitTime,
LPFILETIME lpKernelTime,
LPFILETIME lpUserTime
)
{ return FALSE; }
BOOL Beep(
DWORD dwFreq,
DWORD dwDuration
)
{ return FALSE; }
#pragma ENDDUMP
Return to FiveWin for Pocket PC
Users browsing this forum: No registered users and 13 guests