I am getting the following error when trying to load FWPPC application.
not implemented yet
clock()
How do I resolve error?
I am getting the following error when trying to load FWPPC application.
not implemented yet
clock()
How do I resolve error?
Darrell,
Please use a modified library that we are emailing you, thanks
Hi Antonio,
Thank You, I willl re-compile with new library.
#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