FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH upgrade
Posts: 2
Joined: Fri May 03, 2019 09:14 PM
FWH upgrade
Posted: Mon May 06, 2019 02:17 PM

Hi,
I recently upgraded from FWH ver 10.09 to ver 17 and I'm having troubles with the installation. I'm using buildh.bat as a model for a make file and after solving several errors I'm still getting these at the linking stage:

Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '_hb_vmPushSize' referenced from C:\FWH\LIB\FIVEHC.LIB|HARBOURC
Error: Unresolved external '_HB_FUN_CTOT' referenced from C:\FWH\LIB\FIVEH.LIB|VALBLANK
Error: Unresolved external '_HB_FUN_HB_FNAMEDIR' referenced from C:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_DIRSEPADD' referenced from C:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_BLEN' referenced from C:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_STRTOHEX' referenced from C:\FWH\LIB\FIVEH.LIB|TRECSET
Error: Unresolved external '_HB_FUN_HB_FUNCPTR' referenced from C:\FWH\LIB\FIVEH.LIB|PGSUPORT
Error: Unresolved external '_HB_FUN_HEXTOSTR' referenced from C:\FWH\LIB\FIVEH.LIB|PGSUPORT
Error: Unresolved external '_HB_FUN_PVALUE' referenced from C:\FWH\LIB\FIVEH.LIB|ADOFUNCS
Error: Unresolved external '_HB_FUN_DATETIME' referenced from C:\FWH\LIB\FIVEH.LIB|ADOFUNCS
Error: Unresolved external '_HB_FUN_TTOS' referenced from C:\FWH\LIB\FIVEH.LIB|ADOFUNCS
Error: Unresolved external '_HB_FUN___OLEVARIANTNEW' referenced from C:\FWH\LIB\FIVEH.LIB|ADOFUNCS
Error: Unresolved external '_HB_FUN_OCCURS' referenced from C:\FWH\LIB\FIVEH.LIB|XBROWSE
Error: Unresolved external '_HB_FUN_NUMTOHEX' referenced from C:\FWH\LIB\FIVEH.LIB|XBROWSE
Error: Unresolved external '_hb_extIsNil' referenced from C:\FWH\LIB\FIVEHC.LIB|RICHEDIT
Error: Unresolved external '_HB_FUN_I18N' referenced from C:\FWH\LIB\FIVEH.LIB|TRICHED5
Error: Unresolved external '_HB_FUN_HB_EOL' referenced from C:\FWH\LIB\FIVEH.LIB|SCINTILA
Error: Unresolved external '_HB_FUN_HB_TSTOUTC' referenced from C:\FWH\LIB\FIVEH.LIB|VALTOSTR

I think that I'm failing to link a couple of LIBs, Does anybody knows which ones I'm missing?
Thank you
Andrés

Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: FWH upgrade
Posted: Mon May 06, 2019 03:25 PM
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: FWH upgrade
Posted: Mon May 06, 2019 03:26 PM
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: FWH upgrade
Posted: Mon May 06, 2019 05:52 PM
andresleon wrote:Hi,
I recently upgraded from FWH ver 10.09 to ver 17 and I'm having troubles with the installation. I'm using buildh.bat as a model for a make file and after solving several errors I'm still getting these at the linking stage:

I think that I'm failing to link a couple of LIBs, Does anybody knows which ones I'm missing?
Thank you
Andrés


Sorry, What version of FW do you have? I have not understood
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 2
Joined: Fri May 03, 2019 09:14 PM
Re: FWH upgrade
Posted: Mon May 06, 2019 06:31 PM

Thank you for your answers,

Cnavarro its FWH17.
I solved the issue. I changed the Borland compiler (bcc7) to the root directory. Previous versions where in C:\borland\bcc55 y C:\borland\bcc582 so I installed bcc7 there.

Thank you very much !!

Continue the discussion