You're welcome, Charly. Glad you can use this great tool in your project.
BTW, Viktor's HB34 fork has added memory support in case you need this functionality.
***************************************************
2017-10-10 20:23 UTC Viktor Szakats
* contrib/hbmzip/hbmzip.hbx
* contrib/hbmzip/mzip.c
* contrib/hbmzip/tests/myunzip.prg
* contrib/hbmzip/tests/myzip.prg
+ add new functions to zip/unzip to/from memory (= strings):
hb_unzipExtractCurrentFileToMem( hUnzip, [ cPassword ], @cContent ) --> nError
nError: -300 --> uncompressed size too large, current limit is 256 MiB
hb_zipStoreFileMem( hZip, cContent, cFileName, [ cPassword ], [ cComment ], [ lUnicode ] ) --> nError
! fix to handle errors returned by zipWriteInFileInZip() calls
! fix minor typos in comments and constant names
+ add tests
****************************************
Best Regards,
Mario