Zlib decompression is not working on 64 bit configuration
I am using Zlib1.dll ver 1.2.3.0 for compression and decompression of an image. Everything is working fine with 32-bit build configuration. But when I try to compress the data with 32-bit and decompress it with 64-bit on the other side I always getting the Z_DATA_ERROR(-3). But by using .NET framework above 3.5 (eg 4 or 4.5) the 64-bit decompression working fine.
Nilesh ShahPosted Dec 12, 2017, 8:43 AM
Jithin JosePosted Dec 12, 2017, 1:01 AM
Nilesh ShahPosted Dec 11, 2017, 9:04 AM