zlib uncompress Error

Hey guys. I am trying to use zlib to inflate a block of data. When I run my program, I get the error "The ordinal 67 could not be located in the dynamic link library zlib1.dll". I use the function like this:

uncompress(inflatedData, inflated_p, deflatedData, s3d_data_block.deflen);

Everything check out, the sizes are correct but I am not sure why I am getting that error. I am using zlib1.2.3.

Any suggestions?

-Chanz
Hi,

Came across this when I had the same problem:

http://www.moyea.com/forum/viewtopic.php?p=9870&sid=347123d6370a6dfbce23dbfdac823c7c

Hope this helps
Topic archived. No new replies allowed.