I read all posts on how to zip up files. Using Harbour. if some one could post or send me some code on how to do this.
I've put hbzip.lib but I keep getting
error.. unresolved external _hb_fun_hb_zipfile
Help
Harvey
I read all posts on how to zip up files. Using Harbour. if some one could post or send me some code on how to do this.
I've put hbzip.lib but I keep getting
error.. unresolved external _hb_fun_hb_zipfile
Help
Try linking hbziparc.lib.
EMG
echo c0w32.obj + > b32.bc
echo %1.obj, + >> b32.bc
echo %1.exe, + >> b32.bc
echo %1.map, + >> b32.bc
echo %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib + >> b32.bc
echo %hdir%\lib\hbrtl.lib + >> b32.bc
echo %hdir%\lib\hbzip.lib + >> b32.bc
echo %hdir%\lib\hbziparc.lib + >> b32.bc
echo %hdir%\lib\hbvm.lib + >> b32.bc
echo %hdir%\lib\gtgui.lib + >> b32.bc
echo %hdir%\lib\hblang.lib + >> b32.bc
echo %hdir%\lib\hbmacro.lib + >> b32.bc
echo %hdir%\lib\hbrdd.lib + >> b32.bc
echo %hdir%\lib\rddntx.lib + >> b32.bc
echo %hdir%\lib\rddcdx.lib + >> b32.bc
echo %hdir%\lib\rddfpt.lib + >> b32.bc
echo %hdir%\lib\hbsix.lib + >> b32.bc
echo %hdir%\lib\hbdebug.lib + >> b32.bc
echo %hdir%\lib\hbcommon.lib + >> b32.bc
echo %hdir%\lib\hbpp.lib + >> b32.bc
echo %hdir%\lib\hbcpage.lib + >> b32.bc
echo %hdir%\lib\hbw32.lib + >> b32.bcIf you are using Harbour (not xHarbour) you have to remove hbzip.lib and add hbmzip.lib and hbzlib.lib.
EMG
Using harbour. I have hblib.lib but i do not have hbmzip.lib. Please direct me on how to get a copy. Thanks again.
Do you have the latest FWH? If yes, you should have hbmzip.lib.
EMG
I'm using fwh89. Is the hbmzip.lib compatible with 89 and if so can you send me a copy. Thanks.
You can't mix libraries from different Harbour versions. If hbmzip.lib isn't in your Harbour package then you don't need it. Sorry, I don't remember which libs was needed for older Harbour releases.
EMG
The lib was sent to me by Antonio in Aug of 2008. I jsut found it on my drive. I'll see if it works. Thanks for the help.