3
Answers

Zlib decompression is not working on 64 bit configuration

Jithin Jose

Jithin Jose

7y
144
1
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.
Answers (3)
1
Nilesh Shah

Nilesh Shah

NA 22.3k 214.8k 7y
I think its the way the third party dll is created, and there is nothing you can do to fix it
 
you can contact the product support and they may be able to help
0
Nilesh Shah

Nilesh Shah

NA 22.3k 214.8k 7y
you have to dig into further to findout that on the machine where error occurs
 
check the system event log if you can find any details or look on the third party documentation for this error.
0
Jithin Jose

Jithin Jose

NA 47 1.2k 7y
But why it is working above .NET framework 3.5?