Unresolved externals in FWH 18.02 [False alarm]

Post Reply
User avatar
Enrico Maria Giordano
Posts: 8775
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 7 times
Contact:

Unresolved externals in FWH 18.02 [False alarm]

Post 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
User avatar
cnavarro
Posts: 6601
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Has thanked: 6 times
Been thanked: 8 times

Re: Unresolved externals in FWH 18.02

Post 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
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
User avatar
Antonio Linares
Site Admin
Posts: 42715
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 93 times
Been thanked: 103 times
Contact:

Re: Unresolved externals in FWH 18.02

Post by Antonio Linares »

Enrico,

I just emailed you the right FWH 18.02 libs for xHarbour

many thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Enrico Maria Giordano
Posts: 8775
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 7 times
Contact:

Re: Unresolved externals in FWH 18.02

Post 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
Post Reply