Jump to content


using zLib


  • Please log in to reply
6 replies to this topic

#1 Guest

Guest
  • Guests

Posted 19 July 2012 - 04:41 PM

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?

#2 TopicStarter

TopicStarter
  • Guests

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?

#3 TopicStarter

TopicStarter
  • Guests

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.

#4 TopicStarter

TopicStarter
  • Guests

Posted 22 July 2012 - 06:52 PM

Bump.


No one has an idea on how to use the DDL for my needs?

#5 Guest

Guest
  • Guests

Posted 26 July 2012 - 11:26 AM

viewtopic.php?t=68170

; 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

  • 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

Guest
  • Guests

Posted 26 July 2012 - 03:29 PM

Last post: December 17th, 2011, 6:08 pm

Uhm.. I'll try it.