-
Zlib dll for windows
Hello all,
i want to run Zlib in windows i was able to run them in unix and linux, those operating system by default contain dll to run zlib , but which is not there in windows,
plz help me where can i download them how to install them to get the zlib in which should be in 'c' can work plz help me.
-
Dude, put "zlib" in the Google search field and hit "I'm feeling lucky."
-
zlib dll for windows
Even i have done that i have searched a lot in the internet it is confusing and most of the archieves r invalid so as u people r experts u may no which is exact and needed one plz help me.
-
Oh, come on!
I do what I said. It takes me directly to http://www.zlib.net/ . I scroll down the page until I find this text: "zlib compiled DLL, version 1.2.3, zipfile format". Just below, I find this link: http://www.zlib.net/zlib123-dll.zip
Are you sure you want to program? Computers are difficult, you know.
-
Zlib dll for windows
Common even i know little programming dont think iam dumb,
what the url u r specifying i have already downloaded that zip file i want to know how to run that zip how to install in windows how to check that is my question.
-
Search for 7-Zip. It's a zip file decompressor.
-
dll for windows
thank u for all replys i was able to download the particular dll ,
but in that zip file usage file is there which indicates
Build the import library using the IMPLIB tool:
implib -a -c -f lib\zdllbor.lib zlib1.dll
but when i am trying this the prompt shows implib is not recognised as internal or external command , iwant to know whether windows wont support
implib command or any other setting need to be done plz help me.
-
Whether or not you need to do any "post process" on a downloaded DLL depends on which compiler you intend to use it with.
Which ARE you using?
The last time I used zlib with say VC6, the process was remarkably smooth.
Have you read http://www.zlib.net/DLL_FAQ.txt
And please use English and not the kiddie speak "u" and "ur" and "plz".
http://www.catb.org/~esr/faqs/smart-...html#writewell
-
Or you could download the source and build the thing yourself. The source package contains a VC++ project.