FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 16.04 and xHarbour.com error
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
FWH 16.04 and xHarbour.com error
Posted: Thu May 12, 2016 08:40 PM

FWH 16.04 and xHarbour.com error

xLINK: error: Unresolved external symbol '_HB_FUN_ISXHBCOM referenced from Fivehmx.lib(xbrowse.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_CALCTEXTWH referenced from Fivehmx.lib(xbrowse.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_MEMORYBUFFERTYPE referenced from Fivehmx.lib(xbrowse.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_FW_CREATEBITMAP referenced from Fivehmx.lib(xbrowse.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_WNDREADPALBMPEX referenced from Fivehmx.lib(window.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_WNDSAYTEXT referenced from Fivehmx.lib(window.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_WNDSAYPALBMP referenced from Fivehmx.lib(window.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_FW_DRAWSHAPES referenced from Fivehmx.lib(window.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_USEGDI referenced from Fivehmx.lib(ximage.obj)'.

xLINK: fatal error: 9 unresolved external(s).

best regards

kajot
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: FWH 16.04 and xHarbour.com error
Posted: Thu May 12, 2016 09:26 PM

All these functions are in
fwh\source\function\imgtxtio.prg

In case you are building your own lib, you need to include this also to the sources.

If it is missing in the libs provided by fwh, let us wait for what Mr Antonio has to say.

Regards



G. N. Rao.

Hyderabad, India
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 16.04 and xHarbour.com error
Posted: Fri May 13, 2016 04:50 AM
Kajot,

This example is working fine here using FWH 16.04 and xHB.com

Code (fw): Select all Collapse
#include "fivewin.ch"

request CALCTEXTWH, MEMORYBUFFERTYPE, FW_CREATEBITMAP, WNDREADPALBMPEX
request WNDSAYTEXT, WNDSAYPALBMP, FW_DRAWSHAPES, USEGDI

function Main()

   MsgInfo( ISXHBCOM() )

return nil


I am emailing you the libs that I am using
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
Re: FWH 16.04 and xHarbour.com error
Posted: Fri May 13, 2016 08:14 PM

Thanks , it''s OK.

best regards

kajot

Continue the discussion