Page 1 of 1

Funcion RASCAN

PostPosted: Tue Sep 28, 2010 1:30 pm
by mag071
Saludos;

Con FWH 10.09 , al momento de intentar compilar LISTBAR,TESTFX1,TESTFX2,TESTFX3 , no consigue la funcion

RASCAN.

Error: Unresolved external '_HB_FUN_RASCAN' referenced from C:\FWH\LIB\FIVEH.LIB|TFOLDEX

Re: Funcion RASCAN

PostPosted: Tue Sep 28, 2010 10:50 pm
by Patricio Avalos Aguirre
Revisa tus librerias

Code: Select all  Expand view
RAscan()
Searches a value in an array beginning with the last element.
Syntax
RAscan( <aArray>  , ;
        <xbSearch>, ;
       [<nStart>] , ;
       [<nCount>] , ;
       [<lExact>] , ;
       [<lASCII>]   ) --> nElement

 


Code: Select all  Expand view
See also: AEval(), Asc(), Ascan(), ASort(), ATail(), Eval(), IN, SET EXACT
Category: Array functions , xHarbour extensions
Source: vm\arrayshb.c
LIB: xhb.lib
DLL: xhbdll.dll
 


LIB C:\XHARBOUR\LIB\VM.LIB

Image

Uploaded with ImageShack.us

Re: Funcion RASCAN

PostPosted: Wed Sep 29, 2010 12:06 am
by mag071
Saludos Patricio;

Muy Agradecido con la información que me suminstras, muy bien explicada la misma.

la libreria que revisas en el explorer lib es LIB C:\XHARBOUR\LIB\VM.LIB, yo estoy usando es harbour
y simplemente usando el archivo de lotes suministrado en las versiones de FWH, uso BUILDH testfx1
revisé el buildh.bat y tiene la libreria xhb.lib incluida.

Usando Actualmente FWH 10.9
Bcc582 - harbour_2.1_14559