ZLIB uncompress

前端 未结 2 1419
太阳男子
太阳男子 2021-01-28 12:12

I\'ve coded a small application that should uncompress data encoded in the gzip/deflate format.

In order to accomplish this,I\'m using the ZLIB library, using the uncomp

2条回答
  •  暖寄归人
    2021-01-28 13:00

    Why in your GetProcAddress use 'uncompress', but trying decompress? You obtain address of 'uncompress' routine!!!

提交回复
热议问题