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 42eccc2af5bac6b7a1188d7817 d03549):
US (zlib.net)
Pick a mirror (prdownloads.sourceforge.n et)
"
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
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 42eccc2af5bac6b7a1188d7817
US (zlib.net)
Pick a mirror (prdownloads.sourceforge.n
"
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
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-d ownload-hi whqprg.htm l 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.
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-d
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.
Your problems accessing the sites may be due to local circumstances: try https instead of http - that sometimes fixes things.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
http://www.x64bitdownload.com/downloads/t-64-bit-zlib-download-hiwhqprg.html
or here?
https://code.google.com/p/zlib-win64/
Doug