FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Unresolved External Symbol _hb_dynsymSymbol
Posts: 42
Joined: Fri Oct 21, 2005 02:12 PM
Unresolved External Symbol _hb_dynsymSymbol
Posted: Thu Feb 09, 2006 12:53 AM

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

Posts: 142
Joined: Sun Oct 09, 2005 10:59 AM
Unresolved External Symbol _hb_dynsymSymbol
Posted: Thu Feb 09, 2006 07:11 AM

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

Posts: 42
Joined: Fri Oct 21, 2005 02:12 PM
Unresolved External Symbol _hb_dynsymSymbol
Posted: Thu Feb 09, 2006 07:22 AM

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

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Unresolved External Symbol _hb_dynsymSymbol
Posted: Thu Feb 09, 2006 07:30 AM

You must use the provided Harbour or xHarbour, as far as I know.

EMG

Posts: 42
Joined: Fri Oct 21, 2005 02:12 PM
Unresolved External Symbol _hb_dynsymSymbol
Posted: Thu Feb 09, 2006 08:11 AM

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

Posts: 142
Joined: Sun Oct 09, 2005 10:59 AM
Unresolved External Symbol _hb_dynsymSymbol
Posted: Thu Feb 09, 2006 08:29 AM

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

    • rewritten ADSMGGETUSERNAMES() - now it does not access any item
      internals, is safe for future automatic GC activation and is faster
      because array resizing has been eliminated.
      I cannot test it so I'd like to ask Luiz to check this function
      for some possible typos.
  • xharbour/include/hbapi.h

  • xharbour/source/vm/dynsym.c
    • added hb_dynsymSymbol()
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Unresolved External Symbol _hb_dynsymSymbol
Posted: Thu Feb 09, 2006 11:04 AM
Sakis wrote:No because I use the comercial version of xHarbour compiler.


Then you have to ask xHarbour.com for an update. Or stick with FWH of January.

EMG
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Unresolved External Symbol _hb_dynsymSymbol
Posted: Thu Feb 09, 2006 03:48 PM

Meanwhile xHB does not release a new build, there is a workaround to fix it. Please add this function to your app:

pragma BEGINDUMP

include "hbapi.h"

include "hbapiitm.h"

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

pragma ENDDUMP

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Unresolved External Symbol _hb_dynsymSymbol
Posted: Thu Feb 09, 2006 05:31 PM

Great! :-)

EMG

Posts: 42
Joined: Fri Oct 21, 2005 02:12 PM
Unresolved External Symbol _hb_dynsymSymbol
Posted: Thu Feb 09, 2006 07:45 PM

Antonio you make your miracle again!!!!! :D

MANY MANY THANKS

Dionisis

Continue the discussion