Try Balika
Try Balika

Reputation: 1

C# DeflateStream Decompress with C++

I compressed data whit DeflateStream. I can decompress whit c#, but how can i decompress whit c++ (VS2013 RC)? I tried inflate whit zlib. Not worked.

Upvotes: 0

Views: 715

Answers (1)

tofutim
tofutim

Reputation: 23374

There are some headers and checksums to deal with. See

http://blogs.msdn.com/b/bclteam/archive/2007/05/16/system-io-compression-capabilities-kim-hamilton.aspx

Upvotes: 1

Related Questions