FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 12.05 Build Error
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
FWH 12.05 Build Error
Posted: Mon Jun 18, 2012 06:23 PM
Building a Project with Harbour 3.0, MSVC 2010, and FWH 12.04 will create an .exe without errors.

When building the exact same project with FWH 12.05, the following warnings and errors are new:

Code (fw): Select all Collapse
FiveH32.lib(MEMOEDIT.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
FiveH32.lib(IMAGE.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
FiveH32.lib(TMETAFIL.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
FiveH32.lib(HELP32.obj) : error LNK2019: unresolved external symbol _HB_FUN_FREELIBRARY referenced in function _HB_FUN_SPWINHELPC
FiveH32.lib(FILENAME.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
FiveH32.lib(HARBOUR.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
FiveH32.lib(GETTASKS.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
FiveH32.lib(INI.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
UtilCarFax.obj : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
FiveH32.lib(WINDOW.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
FiveH32.lib(DIALOG.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
FiveH32.lib(SHELLAPI.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
G_GRAPH.obj : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
pro9400.obj : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
PROSPELL.obj : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
tprevfunc.obj : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY
FiveH32.lib(MEMOEDIT.obj) : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
FiveH32.lib(IMAGE.obj) : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
FiveH32.lib(TMETAFIL.obj) : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
FiveH32.lib(HELP32.obj) : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
FiveH32.lib(FILENAME.obj) : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
FiveH32.lib(HARBOUR.obj) : error LNK2019: unresolved external symbol _HB_FUN_LOADLIBRARY referenced in function _HB_FUN_HB_DBG_VMVARSLEN
FiveH32.lib(GETTASKS.obj) : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
FiveH32.lib(INI.obj) : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
UtilCarFax.obj : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
FiveH32.lib(WINDOW.obj) : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
FiveH32.lib(DIALOG.obj) : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
FiveH32.lib(SHELLAPI.obj) : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
G_GRAPH.obj : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
pro9400.obj : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
PROSPELL.obj : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
tprevfunc.obj : error LNK2001: unresolved external symbol _HB_FUN_LOADLIBRARY
testcodes.obj : error LNK2001: unresolved external symbol _HB_FUN_DRAWTILED
testcodes.obj : error LNK2001: unresolved external symbol _HB_FUN_SETDLGGRADIENT
FiveH32.lib(WINDOW.obj) : error LNK2001: unresolved external symbol _HB_FUN_XFREEPROC
asw2012.exe : fatal error LNK1120: 5 unresolved externals
ASW2012ms.EXE - 36 error(s), 20772 warning(s)


The point is, there is NO change to the link script, so all of the same libraries are included in both builds.

Any suggestions would be appreciated.

Tim
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 12.05 Build Error
Posted: Mon Jun 18, 2012 06:42 PM

Tim,

Please open FiveHC32.lib with UEStudio (it will be shown as a binary) and then look for ascii "HB_FUN_LOADLIBRARY" and check if it is there, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: FWH 12.05 Build Error
Posted: Mon Jun 18, 2012 07:01 PM

No, it is not there. fw loadlibrary is there, but not HB_FUN

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 12.05 Build Error
Posted: Mon Jun 18, 2012 07:35 PM

Tim,

I am emailing you an updated FiveHC32.lib, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: FWH 12.05 Build Error
Posted: Mon Jun 18, 2012 09:56 PM

Got it. I still have some undefined functions. I replied by email.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 12.05 Build Error
Posted: Tue Jun 19, 2012 08:45 AM

Tim,

I just emailed you FiveH32.lib too, thanks :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion