|
3 | 3 |
|
4 | 4 |
|
5 | 5 | This document describes the design, the rationale, and the usage
|
6 |
| -of the official DLL build of zlib, named ZLIB1.DLL. If you have |
| 6 | +of the common DLL build of zlib, named ZLIB1.DLL. If you have |
7 | 7 | general questions about zlib, you should see the file "FAQ" found
|
8 | 8 | in the zlib distribution, or at the following location:
|
9 | 9 | http://www.gzip.org/zlib/zlib_faq.html
|
10 | 10 |
|
11 | 11 |
|
12 | 12 | 1. What is ZLIB1.DLL, and how can I get it?
|
13 | 13 |
|
14 |
| - - ZLIB1.DLL is the official build of zlib as a DLL. |
| 14 | + - ZLIB1.DLL is the common build of zlib as a DLL. |
15 | 15 | (Please remark the character '1' in the name.)
|
16 | 16 |
|
17 |
| - Pointers to a precompiled ZLIB1.DLL can be found in the zlib |
18 |
| - web site at: |
19 |
| - http://www.zlib.net/ |
20 |
| - |
21 | 17 | Applications that link to ZLIB1.DLL can rely on the following
|
22 | 18 | specification:
|
23 | 19 |
|
@@ -379,18 +375,6 @@ in the zlib distribution, or at the following location:
|
379 | 375 | code. But you can make your own private DLL build, under a
|
380 | 376 | different file name, as suggested in the previous answer.
|
381 | 377 |
|
382 |
| - |
383 |
| -17. I made my own ZLIB1.DLL build. Can I test it for compliance? |
384 |
| - |
385 |
| - - We prefer that you download the official DLL from the zlib |
386 |
| - web site. If you need something peculiar from this DLL, you |
387 |
| - can send your suggestion to the zlib mailing list. |
388 |
| - |
389 |
| - However, in case you do rebuild the DLL yourself, you can run |
390 |
| - it with the test programs found in the DLL distribution. |
391 |
| - Running these test programs is not a guarantee of compliance, |
392 |
| - but a failure can imply a detected problem. |
393 |
| - |
394 | 378 | **
|
395 | 379 |
|
396 | 380 | This document is written and maintained by
|
|
0 commit comments