• Home
  • Raw
  • Download

Lines Matching full:zlib

6 of the official DLL build of zlib, named ZLIB1.DLL.  If you have
7 general questions about zlib, you should see the file "FAQ" found
8 in the zlib distribution, or at the following location:
9 http://www.gzip.org/zlib/zlib_faq.html
14 - ZLIB1.DLL is the official build of zlib as a DLL.
17 Pointers to a precompiled ZLIB1.DLL can be found in the zlib
19 http://www.zlib.net/
25 files "zlib.h" and "zlib.def", found in an official zlib
34 It is recommended to download the prebuilt DLL from the zlib
47 What happened to the old ZLIB.DLL?
49 - The old ZLIB.DLL, built from zlib-1.1.4 or earlier, required
52 by defining the macro ZLIB_DLL, before including "zlib.h".
58 consequence, incompatible incarnations of ZLIB.DLL started
63 to recompile all the sources that contained calls to zlib
65 that were unable to run with the official ZLIB.DLL build.
73 zlib version number. We hope that we will not have to break
75 zlib-1.x series will last.
82 3. Can I build ZLIB.DLL from the new zlib sources, and replace
83 an old ZLIB.DLL, that was built from zlib-1.1.4 or earlier?
87 it depends on what you mean by "an old ZLIB.DLL", because the
90 being used in your particular ZLIB.DLL build, and to use the
96 4. Can I compile my application using the new zlib interface, and
97 link it to an old ZLIB.DLL, that was built from zlib-1.1.4 or
101 what kind of ZLIB.DLL you have. Even if you are lucky, this
105 version of zlib (post- 1.1.4), it is strongly recommended to
109 5. Why are the zlib symbols exported by name, and not by ordinal?
130 source files. You can do this in zlib by predefining the
156 The functionality offered by zlib is not in the category of
175 zlib in other programming languages. Some of them, like Ada
182 In fairness to all possible uses of zlib outside the C
186 directory from the zlib distribution already holds a couple
192 - Define the ZLIB_WINAPI macro before including "zlib.h", when
203 zlib distribution.
206 8. I need to use zlib in my Microsoft .NET project. What can I
209 - Henrik Ravn has contributed a .NET wrapper around zlib. Look
210 into contrib/dotzlib/, inside the zlib distribution.
289 to a static C library, you may as well consider linking zlib
315 It's easier to let the DLL build of zlib up to the people
340 couple of alternatives, such as linking zlib in statically.
348 - Feel free to rebuild the DLL from the zlib sources, and link
357 For example, in Cygwin, zlib is linked to the Cygwin runtime
365 that does not originate from the official zlib source code.
369 For example, zlib is a part of the VCL library, distributed
378 zlib functionality, as implemented in the official zlib source
385 - We prefer that you download the official DLL from the zlib
387 can send your suggestion to the zlib mailing list.