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