Hello FiveWiners
How to solve this situation ? Any help would be apreciate.
System FWH February 2006 Builb - xHarbour commercial xBuilder February 2006 release.
Many Thanks
Greetings
Dionisis
Hello FiveWiners
How to solve this situation ? Any help would be apreciate.
System FWH February 2006 Builb - xHarbour commercial xBuilder February 2006 release.
Many Thanks
Greetings
Dionisis
I downloaded the new version from fw and tryed it on a sample :
xLINK: error: Unresolved external symbol '_hb_dynsymSymbol'.
xLINK: fatal error: 1 unresolved external(s).
Frank
Hi Antonio
As Frank say's trying to link one of the samples not only my application . I faced out the same error.
TIA
Dionisis
You must use the provided Harbour or xHarbour, as far as I know.
EMG
Hi Enrico
No because I use the comercial version of xHarbour compiler. And with FWH January build i diden't faced any problems at all. Also i dident faced any problems with last week's Antonios Beta Testing LIBS . I am afread that is more in depth issue.
Greetings
Dionisis
Hello,
It seems that to vm.lib a module dynsym.c is changed , it is visible on cvs
I am afraid that we have to wait on e new release from xhb.
In changelog :
xharbour/contrib/rdd_ads/adsmgmnt.c
xharbour/include/hbapi.h
Sakis wrote:No because I use the comercial version of xHarbour compiler.
Meanwhile xHB does not release a new build, there is a workaround to fix it. Please add this function to your app:
PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym )
{
return pDynSym->pSymbol;
}
Antonio you make your miracle again!!!!!
MANY MANY THANKS
Dionisis