Hi,
seems that function HB_ZIPDELETEFILES() is missing from xharbour (201801) library. Anyone found a solution to replace or import it?
Thanks,
Taavi.
Hi,
seems that function HB_ZIPDELETEFILES() is missing from xharbour (201801) library. Anyone found a solution to replace or import it?
Thanks,
Taavi.
It is in hbzip.lib. Please download the latest xHarbour release from xharbour.org.
Is it possible to use xHarbour (org) lib-s with xHarbour commercial builder?
When trying to link hbzip lib with xHarbour builder I get error:
xLINK: fatal error: Corrupt library: 'D:\xharbour\lib\hbzip.lib'.
Taavi
After linking in
[D:\xHB10272_xcc\xhb\lib\xhbzip.lib]
[D:\xHB10272_xcc\xhb\lib\xhbzipdll.lib]
I get error:
xLINK: fatal error: File not found: 'LIBCMT.LIB'.
After adding
[D:\xHB10272_xcc\xhb\c_lib\win\libcmt.lib]
New errors:
xLINK: error: Unresolved external symbol '__localtime64 referenced from xhbzip.lib(zip_xhb.obj)'.
xLINK: error: Unresolved external symbol '___security_cookie referenced from xhbzip.lib(zip_xhb.obj)'.
xLINK: error: Unresolved external symbol '@__security_check_cookie@4 referenced from xhbzip.lib(zip_xhb.obj)'.
xLINK: error: Unresolved external symbol '___stdio_common_vsprintf referenced from xhbzip.lib(zip_xhb.obj)'.
xLINK: fatal error: 4 unresolved external(s).
Are you using the new build or you are just using the hbzip.lib from the new build and the rest from the old one?


Taavi wrote:I am using xHarbour builder from 2018 januaryI don't think you can use a lib from the current xHarbour for XCC with an xHarbour from 2017, sorry.
\bin\xHb.exe says:
xHarbour 1.2.3 Intl. (SimpLex) (Build 20170902)
Copyright 1999-2017, http://www.xharbour.org http://www.harbour-project.org/
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β FiveWin for xHb commercial 24.07 - Jul. 2024 Β Β Harbour development power Β ββ
β (c) FiveTech 1993-2024 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 ββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Compiling...
xHarbour 1.3.0 Intl. (SimpLex) (Build 20230826)
Copyright 1999-2023, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'mariainv.prg' and generating preprocessed output to 'mariainv.ppo'...
Generating C source output to 'mariainv.c'...
Generating object output to 'mariainv.obj'...
Done.
Lines 1355, Functions/Procedures 30, pCodes 7696
xLINK: warning: Symbol 'c:\xhb\lib\xhbzip.lib(zip_xhb.obj)->_sprintf previously defined at c:\xhb\c_lib\crt.lib(sprintf.obj)' is multiply defined.
Creating object: mariainv.EXP
Creating library: mariainv.LIB
xLINK: error: Unresolved external symbol '__localtime64 referenced from xhbzip.lib(zip_xhb.obj)'.
xLINK: error: Unresolved external symbol '___security_cookie referenced from xhbzip.lib(zip_xhb.obj)'.
xLINK: error: Unresolved external symbol '@__security_check_cookie@4 referenced from xhbzip.lib(zip_xhb.obj)'.
xLINK: error: Unresolved external symbol '___stdio_common_vsprintf referenced from xhbzip.lib(zip_xhb.obj)'.
xLINK: fatal error: 4 unresolved external(s).