// x2h.ch
// xHarbour to Harbour translation
#ifdef __XHARBOUR__
#Translate X2H_STR(<x1>, <x2>, <x3>[, <x4>]) => Str(<x1>, <x2>, <x3>, <x4> )
#Translate X2H_AT(.....................
#else
#Translate X2H_STR(<x1>, <x2>, <x3>[, <x4>]) => If(<.x4.> [.and. <x4>], LTrim(Str(<x1>, <x2>, <x3>)), Str(<x1>, <x2>, <x3>) )
#Translate X2H_AT(.....................
#endif
// Ejemplo de uso...
FUNCTION Main()
c:= X2H_STR(10, 5, 2, .t.)
RETURN NIL
Antonio Linares wrote:Revisa las librerias que enlazamos desde samples\buildh.bat
Que herramienta estas usando para construir tus EXEs ?
HB_FUNC( TW_GETNEXTSOURCENAME )
{
hb_retl( TWAIN_GetNextSourceName( hb_parc( 1 ) ) );
}
HB_FUNC( TW_GETDEFAULTSOURCENAME )
{
hb_retl( TWAIN_GetDefaultSourceName( hb_parc( 1 ) ) );
}
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 66 guests