Hello,
I am trying to use the zLib [http] to read a file with the extension .w3g.
Blizzard Entertainment compressed their replays and saves them as a w3g file and i am trying to decompress it to get it's content.
How would i use the zlib (maybe with a DDL function - zlib as win DDL -- http://www.dll-files...iles.shtml?zlib) to get the content?
using zLib
Started by
Guest
, Jul 19 2012 04:41 PM
6 replies to this topic
#1
Guest
Posted 19 July 2012 - 04:41 PM
#2
TopicStarter
Posted 19 July 2012 - 06:19 PM
I am also having a zlib.lib but i believe that's useless for calling a DDL.
By the way, question clear?
By the way, question clear?
#3
TopicStarter
Posted 20 July 2012 - 07:56 PM
Bump.
Still important.
Watched some youtube tuts but they didnt explain how to use the zlib.lib / .ddl to decompress a file.
Still important.
Watched some youtube tuts but they didnt explain how to use the zlib.lib / .ddl to decompress a file.
#4
TopicStarter
Posted 22 July 2012 - 06:52 PM
Bump.
No one has an idea on how to use the DDL for my needs?
No one has an idea on how to use the DDL for my needs?
#5
Guest
Posted 26 July 2012 - 11:26 AM
viewtopic.php?t=68170
How do I use it? Trying to learn the DDL stuffs but no clue how to use it.. :<
; DATA DECOMPRESSION if (t := zlib_Decompress(Inflated,CompressedData,r,len)) MsgBox % StrGet(&Inflated,len,"") else MsgBox Error Errorlevel %Errorlevel%Taken from the link.
How do I use it? Trying to learn the DDL stuffs but no clue how to use it.. :<
#6
Guests
Posted 26 July 2012 - 11:35 AM
I suggest you post your question in the thread you found, perhaps the OP will be able to help you out.
#7
Guest
Posted 26 July 2012 - 03:29 PM
Last post: December 17th, 2011, 6:08 pm
Uhm.. I'll try it.
Uhm.. I'll try it.




