WHERE I CAN FOUND THIS FUNCTION PLEASE
Error: Unresolved external '_HB_FUN_GETPVPROFA' referenced from C:\WORK\ERRORI\TEST_INI\OBJ\TEST.OBJ
HB_FUNC( GETPVPROFA )
{
CHAR bBuffer[ 2048 ];
WORD wLen;
WORD anzahl;
WORD pos,i;
wLen = GetPrivateProfileString( hb_parc( 1 ), // Section
NULL, // Entry
hb_parc( 3 ), // Default
bBuffer, // Destination Buffer
sizeof( bBuffer ) - 1, // M x Len
hb_parc( 4 ) ); // INI File
anzahl=0;
for(pos=0;pos<wLen;pos++)
{
if(bBuffer[pos]==0)
{
anzahl++;
if(bBuffer[pos+1]==0) break;
}
}
if(anzahl==0) hb_ret();
hb_reta(anzahl);
pos=0;
for(i=0;i<anzahl;i++)
{
hb_storc(bBuffer+pos, -1, i+1 ); // hb_storc, umgestellt auf fwh1502
while(pos<wLen && bBuffer[pos]!=0) pos++;
pos++;
}
}
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 62 guests