FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Bugs report & fixes / Informe de errores y arreglos Unresolved externals in FWH 18.02 [False alarm]
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Unresolved externals in FWH 18.02 [False alarm]
Posted: Sat Mar 10, 2018 11:29 AM

Error: Unresolved external '_HB_FUN_TREEBEGIN' referenced from E:\FWH\LIB\FIVEHX.LIB|menu
Error: Unresolved external '_HB_FUN__TREEITEM' referenced from E:\FWH\LIB\FIVEHX.LIB|menu
Error: Unresolved external '_HB_FUN_TREEEND' referenced from E:\FWH\LIB\FIVEHX.LIB|menu
Error: Unresolved external '_HB_FUN_FW_DOSDIALOG' referenced from E:\FWH\LIB\FIVEHX.LIB|say

Any workaround?

EMG

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Unresolved externals in FWH 18.02
Posted: Sat Mar 10, 2018 12:34 PM

I defined dummy functions for them.

EMG

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Unresolved externals in FWH 18.02
Posted: Sat Mar 10, 2018 07:37 PM
Enrico Maria Giordano wrote:Error: Unresolved external '_HB_FUN_TREEBEGIN' referenced from E:\FWH\LIB\FIVEHX.LIB|menu
Error: Unresolved external '_HB_FUN__TREEITEM' referenced from E:\FWH\LIB\FIVEHX.LIB|menu
Error: Unresolved external '_HB_FUN_TREEEND' referenced from E:\FWH\LIB\FIVEHX.LIB|menu
Error: Unresolved external '_HB_FUN_FW_DOSDIALOG' referenced from E:\FWH\LIB\FIVEHX.LIB|say

Any workaround?

EMG

Enrico
For the first three functions, include in menu.prg

#include "tree.ch"

and try, but I do not understand why it gives error in xHarbour
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: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Unresolved externals in FWH 18.02
Posted: Sun Mar 11, 2018 10:06 AM

Enrico,

I just emailed you the right FWH 18.02 libs for xHarbour

many thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Unresolved externals in FWH 18.02
Posted: Sun Mar 11, 2018 10:49 AM

Sorry, there are new modules that have to be linked to the EXE. As I don't need them, I prefer to define dummy functions to keep the EXE smaller. Thank you.

EMG

Continue the discussion