Unresolved externals in FWH 18.02 [False alarm]

Post Reply
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
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: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
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: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
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