[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming.threads

Is there a multithreaded gzip library?

thomas.lehmann

10/13/2014 9:12:00 AM

Hi,

I know there's an implementation but as tool only: http://zlib...
But is there a multi threaded C/C++ gzip library available?

I also would accept a commercial one.
Any hints / informations are appreciated ...

kind Regards,
Thomas
1 Answer

insanity2k4

2/4/2009 4:45:00 PM

0

Ugh, I just answered my own question accidentally. Apparently I got
sidetracked or distracted. At the end of the script I was missing
this:

-----/
' Save the spreadsheet and close the workbook.
objExcel.ActiveWorkbook.SaveAs strExcelPath
objExcel.ActiveWorkbook.Close

' Quit Excel.
objExcel.Application.Quit

Wscript.Echo "Done"
-----/

Tom, thanks for your help. Now I'll work on using the subroutine you
provided.