FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour error when compile FWH 10.1
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
error when compile FWH 10.1
Posted: Sun Feb 14, 2010 06:09 PM

when I compile same progam with FWH 10.1 I get error
/I am using xharbour ver 112 /2009 09/ , Pelles ISO C Compiler, Version 2.71.0/

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

best regards
kajot

best regards

kajot
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: error when compile FWH 10.1
Posted: Sun Feb 14, 2010 06:59 PM

Kajot,

function xbrowse() is implemented from source\function\xbrowser.prg

Please add xbrowser.prg as another file of your appication and try to build your EXE again, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
Re: error when compile FWH 10.1
Posted: Sun Feb 14, 2010 07:05 PM

when I add xbrowse.prg I got the same error

best regards

kajot
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: error when compile FWH 10.1
Posted: Sun Feb 14, 2010 07:08 PM
Kajot,

Please add this code to your main PRG:
Code (fw): Select all Collapse
function xbrowse()
return nil

and try it again
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
Re: error when compile FWH 10.1
Posted: Sun Feb 14, 2010 07:14 PM

when I added

function xbrowse()
return nil

its OK

best regards

kajot
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: error when compile FWH 10.1
Posted: Sun Feb 14, 2010 07:21 PM

Kajot,

function XBrowser() is defined from xbrowser.prg (not xbrowse.prg), so if you add that PRG it should work in the same way as it has worked when you added that function in your main PRG.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
Re: error when compile FWH 10.1
Posted: Sun Feb 14, 2010 07:30 PM

ok , thanks

best regards

kajot

Continue the discussion