FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC clock() Error
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
clock() Error
Posted: Tue Jul 15, 2008 09:21 PM

I am getting the following error when trying to load FWPPC application.

not implemented yet
clock()

How do I resolve error?

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
clock() Error
Posted: Tue Jul 15, 2008 11:49 PM

Darrell,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
clock() Error
Posted: Wed Jul 16, 2008 12:23 AM

Hi Antonio,

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

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
clock() Error
Posted: Wed Jul 16, 2008 12:53 AM
Darrell,

Please also add this code to your main PRG:
#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
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion