I have tried to build an application previously constructed with the commercial version of xHarbour, but now trying to use Harbour, FWH 18.04, and MSVC++ 2017.
I have included the harbour libraries: hbziparc, hbmzip, hbzlib, minizip
When building, I have the following undefined variables:
These are the functions used with xHarbour. Either I need to add a .prg to reference these into the build, or Harbour uses a different set of function calls.
Does anyone have an idea about how to get these properly linked / called ?
Thanks.
I have included the harbour libraries: hbziparc, hbmzip, hbzlib, minizip
When building, I have the following undefined variables:
MLS10aus.obj : error LNK2001: unresolved external symbol _HB_FUN_ZIPNEW
MLS10aus.obj : error LNK2001: unresolved external symbol _HB_FUN_ZIPOPEN
MLS10aus.obj : error LNK2001: unresolved external symbol _HB_FUN_ZIPGETLASTERROR
MLS10aus.obj : error LNK2001: unresolved external symbol _HB_FUN_ZIPSETFILEPATH
MLS10aus.obj : error LNK2001: unresolved external symbol _HB_FUN_ZIPSETEXTRACTPATH
MLS10aus.obj : error LNK2001: unresolved external symbol _HB_FUN_ZIPSETPASSWORD
MLS10aus.obj : error LNK2001: unresolved external symbol _HB_FUN_ZIPEXTRACTFILES
MLS10aus.obj : error LNK2001: unresolved external symbol _HB_FUN_ZIPCLOSEThese are the functions used with xHarbour. Either I need to add a .prg to reference these into the build, or Harbour uses a different set of function calls.
Does anyone have an idea about how to get these properly linked / called ?
Thanks.
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