Page 1 of 1

clock() Error

Posted: Tue Jul 15, 2008 9:21 pm
by cdmmaui
I am getting the following error when trying to load FWPPC application.

not implemented yet
clock()

How do I resolve error?

Posted: Tue Jul 15, 2008 11:49 pm
by Antonio Linares
Darrell,

Please use a modified library that we are emailing you, thanks

Posted: Wed Jul 16, 2008 12:23 am
by cdmmaui
Hi Antonio,

Thank You, I willl re-compile with new library.

Posted: Wed Jul 16, 2008 12:53 am
by Antonio Linares
Darrell,

Please also add this code to your main PRG:

Code: Select all

#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