timgames Posted September 6, 2009 Posted September 6, 2009 (edited) Is there a faster way to do a string to gzip then thishttp://www.autoitscript.com/forum/index.php?showtopic=92958 ?is the use of zlib.dll possible? Edited September 6, 2009 by timgames
PsaltyDS Posted September 6, 2009 Posted September 6, 2009 Is there a faster way to do a string to gzip then thishttp://www.autoitscript.com/forum/index.php?showtopic=92958 ?is the use of zlib.dll possible?Another option is 7-zip, which also has command line and .dll interfaces available, and does GZip both directions. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
trancexx Posted September 6, 2009 Posted September 6, 2009 Look for _LZNTCompress() and _LZNTDecompress() functions as alternative solution for that. ♡♡♡ . eMyvnE
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now