Link to home
Create AccountLog in
Avatar of davinder101
davinder101

asked on

64 bit zlib pre compiled libraries

hi,

how can i get the pre compiled version of the zlib.lib (64 bit) ?

i am able to get the pre compiled version of 32 bit from the website (http://www.zlib.net/)

stating
"
zlib compiled DLL, version 1.2.8, zipfile format (139K, MD5 checksum 42eccc2af5bac6b7a1188d7817d03549):
 US (zlib.net)
 Pick a mirror (prdownloads.sourceforge.net)
"


as i did not found any 64 bit pre compiled .lib and dll


i then download the version 1.2.8 and compiled all 64 bit (tried all builds without asm, lib, dll,static,release etc...)


i am getting two errors
(the sample test application provided with 1.2.8 is also giving same errors)

 1. msvcr90.dll missing

 2. when i supply the missing dll then the application get crashed stating

for details have a look at the attached files.

   "The application is unable to start correctly (0xc000007b)". click ok to close the application.


 i am using visual studio 2008 and my requirement is to use the mfc dll as static in my project.


 Please suggest
 
 how can i get the 64 bit version of pre compiled zlib.lib and zlib.dll
 
 or
 
 what changes i need to do to have the compiled 64 bit .lib and .dll without any error.
zlib-64bit-issue.png
zlib-64bit-issue-1.png
zlib-64bit-issue-2.png
Avatar of dpearson
dpearson

Avatar of davinder101

ASKER

1.
http://www.x64bitdownload.com/downloads/t-64-bit-zlib-download-hiwhqprg.html

this  link says
"You don't have permission to access /downloads/t-64-bit-zlib-download-hiwhqprg.html on this server."

2.
tried the second one earlier
with same errors...
 1. msvcr90.dll missing

 2. when i supply the missing dll then the application get crashed stating

for details have a look at the attached files.

   "The application is unable to start correctly (0xc000007b)". click ok to close the application.
I was able to access the sites, but the downloads are source code. They have project and solution files for 3 versions of Visual Studio though.
Your problems accessing the sites may be due to local circumstances: try https instead of http - that sometimes fixes things.
ASKER CERTIFIED SOLUTION
Avatar of Jagadishwor Dulal
Jagadishwor Dulal
Flag of Nepal image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer