cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
zlib uncompress Error
zlib uncompress Error
Jul 17, 2010 at 1:10am UTC
Chanz
(1)
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
Jul 19, 2010 at 10:50am UTC
daveD
(45)
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.