~broonie/zlib/upstream.dfsg

« back to all changes in this revision

Viewing changes to win32/DLL_FAQ.txt

  • Committer: Mark Brown
  • Date: 2006-12-31 17:00:25 UTC
  • Revision ID: broonie@sirena.org.uk-20061231170025-1604fc6e0cee8a32
ImportĀ zlibĀ 1.2.3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
    Pointers to a precompiled ZLIB1.DLL can be found in the zlib
18
18
    web site at:
19
 
      http://www.zlib.org/
 
19
      http://www.zlib.net/
20
20
 
21
21
    Applications that link to ZLIB1.DLL can rely on the following
22
22
    specification:
350
350
    your build is unofficial.  You should give it a different file
351
351
    name, and/or install it in a private directory that can be
352
352
    accessed by your application only, and is not visible to the
353
 
    others (e.g. it's not in the SYSTEM or the SYSTEM32 directory,
354
 
    and it's not in the PATH).  Otherwise, your build may clash
355
 
    with applications that link to the official build.
 
353
    others (i.e. it's neither in the PATH, nor in the SYSTEM or
 
354
    SYSTEM32 directories).  Otherwise, your build may clash with
 
355
    applications that link to the official build.
356
356
 
357
357
    For example, in Cygwin, zlib is linked to the Cygwin runtime
358
358
    CYGWIN1.DLL, and it is distributed under the name CYGZ.DLL.