Page 1 of 1

error al compilar hbole

PostPosted: 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

PostPosted: 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.

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

Puedes incluir esta función en un PRG tuyo:
Code:
Code: Select all  Expand view
#pragma BEGINDUMP

void hb_vmFunction( unsigned short uiParams );

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