Page 1 of 1

Unresolved externals in FWH 18.02 [False alarm]

PostPosted: Sat Mar 10, 2018 11:29 am
by Enrico Maria Giordano
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

Re: Unresolved externals in FWH 18.02

PostPosted: Sat Mar 10, 2018 12:34 pm
by Enrico Maria Giordano
I defined dummy functions for them.

EMG

Re: Unresolved externals in FWH 18.02

PostPosted: Sat Mar 10, 2018 7:37 pm
by cnavarro
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

Re: Unresolved externals in FWH 18.02

PostPosted: Sun Mar 11, 2018 10:06 am
by Antonio Linares
Enrico,

I just emailed you the right FWH 18.02 libs for xHarbour

many thanks

Re: Unresolved externals in FWH 18.02

PostPosted: Sun Mar 11, 2018 10:49 am
by Enrico Maria Giordano
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