Page 1 of 1

error al compilar hbole

Posted: Mon Mar 13, 2006 6:49 pm
by MANOLO
Hola, tengo el siguiente error al compilar la libreria hbole.lib:

Error: Unresolved external '_hb_vmMessage' referenced from C:\FACTU32\LIB\HBOLE.LIB|ole2

Gracias por vuestra ayuda


harbour 0.44 fwh 25

Re: error al compilar hbole

Posted: Tue Mar 14, 2006 5:52 pm
by MANOLO
MANOLO wrote:Hola, tengo el siguiente error al compilar la libreria hbole.lib:

Error: Unresolved external '_hb_vmMessage' referenced from C:\FACTU32\LIB\HBOLE.LIB|ole2

Gracias por vuestra ayuda


harbour 0.44 fwh 25
antonio por favor podrías indicarme en que .h está el hb_vmmessage o que debo hacer para que no salga este error.

saludos.

Posted: Tue Mar 14, 2006 8:02 pm
by Antonio Linares
Armando,

Puedes incluir esta función en un PRG tuyo:
Code:

Code: Select all

#pragma BEGINDUMP 

void hb_vmFunction( unsigned short uiParams ); 

void hb_vmMessage( unsigned short uiParams ) 
{ 
   hb_vmFunction( uiParams ); 
} 
#pragma ENDDUMP