Search found 183 matches: hbzlib

Return to advanced search

Multithread issue

... + >> b32.bc echo $(HBDIR)\lib\hbziparc.lib + >> b32.bc echo $(HBDIR)\lib\hbmzip.lib + >> b32.bc echo $(HBDIR)\lib\hbzlib.lib + >> b32.bc echo $(HBDIR)\lib\minizip.lib + >> b32.bc echo $(HBDIR)\lib\hbcplr.lib + >> b32.bc echo $(HBDIR)\lib\xhb.lib ...
by patdriscoll
Tue Jul 17, 2018 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 803

Latest FWH upgrade, performance issues, larger EXE

... + >> b32.bc @echo %hdir%\lib\hbziparc.lib + >> b32.bc @echo %hdir%\lib\hbmzip.lib + >> b32.bc @echo %hdir%\lib\hbzlib.lib + >> b32.bc @echo %hdir%\lib\minizip.lib + >> b32.bc @echo %hdir%\lib\hbusrrdd.lib + >> b32.bc @echo %hdir%\lib\hbtip.lib ...
by cdmmaui
Tue Jul 10, 2018 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 5007

ZIP files with Harbour, MSVC, and FWH

... 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: MLS10aus.obj : error LNK2001: unresolved external symbol _HB_FUN_ZIPNEWMLS10aus.obj ...
by TimStone
Sun Jun 17, 2018 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP files with Harbour, MSVC, and FWH
Replies: 2
Views: 561

Re: hbssl.lib

... + \FWH1601\harbour\lib\xhb.lib + \FWH1601\harbour\lib\hbziparc.lib + \FWH1601\harbour\lib\hbmzip.lib + \FWH1601\harbour\lib\hbzlib.lib + \FWH1601\harbour\lib\minizip.lib + \FWH1601\harbour\lib\png.lib + \FWH1601\harbour\lib\hbusrrdd.lib + \FWH1601\harbour\lib\libeay32.lib ...
by gmart1
Wed Jun 13, 2018 6:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbssl.lib (SOLUCIONADO)
Replies: 9
Views: 1514

Re: Google APIS Lib for Fivewin

... \Harbour\harbour7\lib\xhb.lib \Harbour\harbour7\lib\hbziparc.lib \Harbour\harbour7\lib\hbmzip.lib \Harbour\harbour7\lib\hbzlib.lib \Harbour\harbour7\lib\minizip.lib \Harbour\harbour7\lib\png.lib \Harbour\harbour7\lib\hbcurl.lib \Harbour\harbour7\lib\hbusrrdd.lib \Harbour\harbour7\lib\hbtip.lib ...
by cnavarro
Wed Jun 06, 2018 10:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 20084

Re: Migrando de xHarbour a Harbour

... c:\harbour\lib\hbct.lib + c:\harbour\lib\xhb.lib + c:\harbour\lib\hbcplr.lib + c:\harbour\lib\hbpcre.lib + c:\harbour\lib\png.lib + c:\harbour\lib\hbzlib.lib + c:\harbour\lib\minizip.lib + c:\harbour\lib\hbziparc.lib + c:\harbour\lib\hbmzip.lib + c:\harbour\lib\gtstd.lib + c:\harbour\lib\hbusrrdd.lib ...
by omarelunico
Wed Feb 14, 2018 11:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de xHarbour a Harbour
Replies: 6
Views: 3633

Re: Problemas al compilar Account en samples

Disculpa es, se me fue el dedo hbziparc.lib hbmzip.lib hbzlib.lib minizip.lib No te disculpes, agradezco tu ayuda. De momento han desaparecido casi todos los errores, sólo queda este: Error: Unresolved external 'SHCreateDirectoryExA' referenced from ...
by FiveWiDi
Sun Feb 04, 2018 8:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al compilar Account en samples
Replies: 6
Views: 1078

Re: Problemas al compilar Account en samples

Disculpa es, se me fue el dedo

hbziparc.lib
hbmzip.lib
hbzlib.lib
minizip.lib
by cnavarro
Sun Feb 04, 2018 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al compilar Account en samples
Replies: 6
Views: 1078

Re: Building Harbour 3.4 for BCC outside MSYS

... echo %hdir%\lib\png.lib >> msvc.tmp echo %hdir%\lib\ct.lib >> msvc.tmp rem ... can not find this in xHarbourM rem echo %hdir%\lib\hbzlib.lib >> msvc.tmp echo %hdir%\lib\zlib.lib >> msvc.tmp echo %hdir%\lib\HBMzip.lib >> msvc.tmp echo %hdir%\lib\HBzip.lib >> ...
by Rick Lipkin
Sun Dec 17, 2017 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17206

Re: Building Harbour 3.4 for BCC outside MSYS

... had no effect .. if you look at the original BuildxM .. there is a library named rem ... can not find this in xHarbourM rem echo %hdir%\lib\hbzlib.lib >> msvc.tmp Which is not present in either xHarbour\Borland or xHarbourM\Msvc ... and I think that is what is missing here .. Andi ...
by Rick Lipkin
Wed Dec 13, 2017 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17206

Re: Building Harbour 3.4 for BCC outside MSYS

... and I just downloaded his new build .. it appears Mel has missed adding : LINK : fatal error LNK1181: cannot open input file 'c:\xharbourM\lib\hbzlib.lib' I will send Mel a new message to see if he can add hbzlib.lib to his MSVC xHarbour 2017 build .. Thanks Rick Lipkin BuildxM @ECHO OFF  CLSECHO ...
by Rick Lipkin
Tue Dec 12, 2017 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17206

Re: Building Harbour 3.4 for BCC outside MSYS

... comctl32.lib comdlg32.lib shell32.lib uuid.lib ole32.lib oleaut32.lib mpr.lib winmm.lib mapi32.lib imm32.lib msimg32.lib wininet.lib hbpcre.lib hbzlib.lib cw32mt.lib import32.lib, , Turbo Incremental Link 6.75 Copyright (c) 1997-2016 Embarcadero Technologies, Inc. Error: 'C:\FWH\LIB\FIVEH32.LIB' ...
by byte-one
Fri Dec 08, 2017 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17206

Re: Google APIS Lib for Fivewin

... D:\Harbour\harbour7\lib\xhb.lib D:\Harbour\harbour7\lib\hbziparc.lib D:\Harbour\harbour7\lib\hbmzip.lib D:\Harbour\harbour7\lib\hbzlib.lib D:\Harbour\harbour7\lib\minizip.lib D:\Harbour\harbour7\lib\png.lib D:\Harbour\harbour7\lib\hbcurl.lib D:\Harbour\harbour7\lib\hbusrrdd.lib ...
by cnavarro
Wed Nov 22, 2017 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 25198

Re: Google APIS Lib for Fivewin

... D:\Harbour\harbour7\lib\xhb.lib D:\Harbour\harbour7\lib\hbziparc.lib D:\Harbour\harbour7\lib\hbmzip.lib D:\Harbour\harbour7\lib\hbzlib.lib D:\Harbour\harbour7\lib\minizip.lib D:\Harbour\harbour7\lib\png.lib D:\Harbour\harbour7\lib\hbcurl.lib D:\Harbour\harbour7\lib\hbusrrdd.lib ...
by cnavarro
Wed Nov 22, 2017 11:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 20084

Re: Fastreport help

... b32.bc echo %hdirl%\xhb.lib + >> b32.bc echo %hdirl%\hbziparc.lib + >> b32.bc echo %hdirl%\hbmzip.lib + >> b32.bc echo %hdirl%\hbzlib.lib + >> b32.bc echo %hdirl%\minizip.lib + >> b32.bc rem echo %hdirl%\png.lib + >> b32.bc echo %hdirl%\hbusrrdd.lib + >> ...
by Wanderson
Sun Nov 05, 2017 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport help
Replies: 9
Views: 2030
PreviousNext

Return to advanced search