diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:59 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:59 -0700 |
| commit | a1141160bcf563f1a269be68a21f1651f687bb69 (patch) | |
| tree | 8817801b5113a40c7abceb9bfcf9fc37863d05d5 /FAQ | |
| parent | 59ca2179ff8ef92e9e8351a11f1a92e7138364c2 (diff) | |
| download | zlib-1.2.4.tar.gz zlib-1.2.4.tar.bz2 zlib-1.2.4.zip | |
zlib 1.2.4v1.2.4
Diffstat (limited to '')
| -rw-r--r-- | FAQ | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -25,7 +25,7 @@ The lastest zlib FAQ is at http://zlib.net/zlib_faq.html | |||
| 25 | 25 | ||
| 26 | 4. compress() returns Z_BUF_ERROR. | 26 | 4. compress() returns Z_BUF_ERROR. |
| 27 | 27 | ||
| 28 | Make sure that before the call of compress, the length of the compressed | 28 | Make sure that before the call of compress(), the length of the compressed |
| 29 | buffer is equal to the available size of the compressed buffer and not | 29 | buffer is equal to the available size of the compressed buffer and not |
| 30 | zero. For Visual Basic, check that this parameter is passed by reference | 30 | zero. For Visual Basic, check that this parameter is passed by reference |
| 31 | ("as any"), not by value ("as long"). | 31 | ("as any"), not by value ("as long"). |
| @@ -108,8 +108,8 @@ The lastest zlib FAQ is at http://zlib.net/zlib_faq.html | |||
| 108 | 108 | ||
| 109 | 16. Can zlib decode Flate data in an Adobe PDF file? | 109 | 16. Can zlib decode Flate data in an Adobe PDF file? |
| 110 | 110 | ||
| 111 | Yes. See http://www.fastio.com/ (ClibPDF), or http://www.pdflib.com/ . | 111 | Yes. See http://www.pdflib.com/ . To modify PDF forms, see |
| 112 | To modify PDF forms, see http://sourceforge.net/projects/acroformtool/ . | 112 | http://sourceforge.net/projects/acroformtool/ . |
| 113 | 113 | ||
| 114 | 17. Why am I getting this "register_frame_info not found" error on Solaris? | 114 | 17. Why am I getting this "register_frame_info not found" error on Solaris? |
| 115 | 115 | ||
| @@ -152,8 +152,8 @@ The lastest zlib FAQ is at http://zlib.net/zlib_faq.html | |||
| 152 | Yes. However any library routines that zlib uses and any application- | 152 | Yes. However any library routines that zlib uses and any application- |
| 153 | provided memory allocation routines must also be thread-safe. zlib's gz* | 153 | provided memory allocation routines must also be thread-safe. zlib's gz* |
| 154 | functions use stdio library routines, and most of zlib's functions use the | 154 | functions use stdio library routines, and most of zlib's functions use the |
| 155 | library memory allocation routines by default. zlib's Init functions allow | 155 | library memory allocation routines by default. zlib's *Init* functions |
| 156 | for the application to provide custom memory allocation routines. | 156 | allow for the application to provide custom memory allocation routines. |
| 157 | 157 | ||
| 158 | Of course, you should only operate on any given zlib or gzip stream from a | 158 | Of course, you should only operate on any given zlib or gzip stream from a |
| 159 | single thread at a time. | 159 | single thread at a time. |
| @@ -354,7 +354,7 @@ The lastest zlib FAQ is at http://zlib.net/zlib_faq.html | |||
| 354 | 354 | ||
| 355 | No. The files in contrib are not part of zlib. They were contributed by | 355 | No. The files in contrib are not part of zlib. They were contributed by |
| 356 | other authors and are provided as a convenience to the user within the zlib | 356 | other authors and are provided as a convenience to the user within the zlib |
| 357 | distribution. Each of the items in contrib have their own license. | 357 | distribution. Each item in contrib has its own license. |
| 358 | 358 | ||
| 359 | 43. Is zlib subject to export controls? What is its ECCN? | 359 | 43. Is zlib subject to export controls? What is its ECCN? |
| 360 | 360 | ||
