Help: Antonio and FWH 2.7 + xHB Comercial users

Help: Antonio and FWH 2.7 + xHB Comercial users

Postby Maurilio Viana » Mon Mar 06, 2006 2:04 pm

Antonio and All,

I have a serious problem with FWH 2.7 (february/2006) and
xHarbour from xHarbour.com (february/2006):

When I compile my project occur an error:
"unresolved external symbol _hb_dynsymSymbol" and I can figure were cause this error.
xHarbour.com uses a FiveHCM.lib and FiveHMX.lib.
We construct our own FiveHMX.lib with a .xbp project generated by xHarbour.com but when we compile our exe project this error appears :-(

If anybody can help me I will be glad because we can´t use february release of xHarbour´s SQLRDD and we was waiting for this for 3 months.

With xHarbour.org work fine (BCC) but xHB.com uses Pelles C.

Best regards
Maurilio
User avatar
Maurilio Viana
 
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil

Postby Frank Demont » Mon Mar 06, 2006 2:18 pm

You have to link in (till new version from xharbour) :


#pragma begindump
#include "hbapi.h"
HB_EXPORT PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym )
{
return pDynSym->pSymbol;
}
#pragma enddump
Frank Demont
 
Posts: 142
Joined: Sun Oct 09, 2005 10:59 am

Postby Rossine » Mon Mar 06, 2006 2:20 pm

Olá Maurilio,

Eu também tive este erro e para resolvê-lo inclui o trecho abaixo dentro do WINDOW.PRG e gerando a lib novamente:

Code: Select all  Expand view
//----------------------------------------------------------------------------//

#pragma BEGINDUMP

#include "hbapi.h"
#include "hbapiitm.h"

PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym )
{
return pDynSym->pSymbol;
}

#pragma ENDDUMP

//----------------------------------------------------------------------------//


Eu achei esta resposta aqui mesmo no forum dias atrás.

Abraços,

Rossine.
Rossine
 
Posts: 344
Joined: Tue Oct 11, 2005 11:33 am

Postby Maurilio Viana » Mon Mar 06, 2006 2:42 pm

English:
Thanks to Frank and Rossine
I was desperate with this error and here I found 2 solutions.
Because this I love FW :-)

Brazilian Portuguese:
Obrigado ao Rossine e ao Frank
Eu estava desesperado com este erro e aqui encontrei 2 soluçôes
Por isso que eu adoro o FW :-)

Regards/Saudações
Maurilio
User avatar
Maurilio Viana
 
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 34 guests