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
Why in your GetProcAddress use 'uncompress', but trying decompress? You obtain address of 'uncompress' routine!!!