- Code: Select all Expand view
hsactapc.obj : error LNK2001: unresolved external symbol HB_FUN_FW_GT
hsactapc.exe : fatal error LNK1120: 1 unresolved externals
Ademas esta parte de código:
- Code: Select all Expand view
#pragma BEGINDUMP
#include <hbapi.h>
#include <windows.h>
HB_FUNC( SHR )
{
unsigned int ui = hb_parnl( 1 );
unsigned char uc = hb_parnl( 2 );
hb_retnl( ui >>= uc );
}
#pragma ENDDUMP
- Code: Select all Expand view
hsactapc.prg(149) : warning C4244: 'initializing' : conversion from 'long ' to '
unsigned char ', possible loss of data
La línea 149 es esta: unsigned int ui = hb_parnl( 1 );