error al compilar hbole

Post Reply
MANOLO
Posts: 87
Joined: Sun Oct 09, 2005 8:49 pm
Location: Spain
Contact:

error al compilar hbole

Post 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
MANOLO
Posts: 87
Joined: Sun Oct 09, 2005 8:49 pm
Location: Spain
Contact:

Re: error al compilar hbole

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 42751
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 110 times
Been thanked: 108 times
Contact:

Post by Antonio Linares »

Armando,

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

Code: Select all | Expand

#pragma BEGINDUMP 

void hb_vmFunction( unsigned short uiParams );

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

Antonio Linares
www.fivetechsoft.com
Post Reply