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:
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
When building the exact same project with FWH 12.05, the following warnings and errors are new:
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
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