Home | History | Annotate | Line # | Download | only in vstudio
readme.txt revision 1.1.1.3.8.1
      1  1.1.1.3.8.1  perseant Building instructions for the DLL versions of Zlib 1.3.1
      2  1.1.1.3.8.1  perseant ========================================================
      3  1.1.1.3.8.1  perseant 
      4  1.1.1.3.8.1  perseant This directory contains projects that build zlib and minizip using
      5  1.1.1.3.8.1  perseant Microsoft Visual C++ 9.0/10.0.
      6  1.1.1.3.8.1  perseant 
      7  1.1.1.3.8.1  perseant You don't need to build these projects yourself. You can download the
      8  1.1.1.3.8.1  perseant binaries from:
      9  1.1.1.3.8.1  perseant   http://www.winimage.com/zLibDll
     10  1.1.1.3.8.1  perseant 
     11  1.1.1.3.8.1  perseant More information can be found at this site.
     12  1.1.1.3.8.1  perseant 
     13  1.1.1.3.8.1  perseant 
     14  1.1.1.3.8.1  perseant 
     15  1.1.1.3.8.1  perseant 
     16  1.1.1.3.8.1  perseant 
     17  1.1.1.3.8.1  perseant Build instructions for Visual Studio 2008 (32 bits or 64 bits)
     18  1.1.1.3.8.1  perseant --------------------------------------------------------------
     19  1.1.1.3.8.1  perseant - Decompress current zlib, including all contrib/* files
     20  1.1.1.3.8.1  perseant - Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008
     21  1.1.1.3.8.1  perseant - Or run: vcbuild /rebuild contrib\vstudio\vc9\zlibvc.sln "Release|Win32"
     22  1.1.1.3.8.1  perseant 
     23  1.1.1.3.8.1  perseant Build instructions for Visual Studio 2010 (32 bits or 64 bits)
     24  1.1.1.3.8.1  perseant --------------------------------------------------------------
     25  1.1.1.3.8.1  perseant - Decompress current zlib, including all contrib/* files
     26  1.1.1.3.8.1  perseant - Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010
     27  1.1.1.3.8.1  perseant 
     28  1.1.1.3.8.1  perseant Build instructions for Visual Studio 2012 (32 bits or 64 bits)
     29  1.1.1.3.8.1  perseant --------------------------------------------------------------
     30  1.1.1.3.8.1  perseant - Decompress current zlib, including all contrib/* files
     31  1.1.1.3.8.1  perseant - Open contrib\vstudio\vc11\zlibvc.sln with Microsoft Visual C++ 2012
     32  1.1.1.3.8.1  perseant 
     33  1.1.1.3.8.1  perseant Build instructions for Visual Studio 2013 (32 bits or 64 bits)
     34  1.1.1.3.8.1  perseant --------------------------------------------------------------
     35  1.1.1.3.8.1  perseant - Decompress current zlib, including all contrib/* files
     36  1.1.1.3.8.1  perseant - Open contrib\vstudio\vc12\zlibvc.sln with Microsoft Visual C++ 2013
     37  1.1.1.3.8.1  perseant 
     38  1.1.1.3.8.1  perseant Build instructions for Visual Studio 2015 (32 bits or 64 bits)
     39  1.1.1.3.8.1  perseant --------------------------------------------------------------
     40  1.1.1.3.8.1  perseant - Decompress current zlib, including all contrib/* files
     41  1.1.1.3.8.1  perseant - Open contrib\vstudio\vc14\zlibvc.sln with Microsoft Visual C++ 2015
     42  1.1.1.3.8.1  perseant 
     43  1.1.1.3.8.1  perseant Build instructions for Visual Studio 2022 (64 bits)
     44  1.1.1.3.8.1  perseant --------------------------------------------------------------
     45  1.1.1.3.8.1  perseant - Decompress current zlib, including all contrib/* files
     46  1.1.1.3.8.1  perseant - Open contrib\vstudio\vc143\zlibvc.sln with Microsoft Visual C++ 2022
     47  1.1.1.3.8.1  perseant 
     48  1.1.1.3.8.1  perseant 
     49  1.1.1.3.8.1  perseant 
     50  1.1.1.3.8.1  perseant Important
     51  1.1.1.3.8.1  perseant ---------
     52  1.1.1.3.8.1  perseant - To use zlibwapi.dll in your application, you must define the
     53  1.1.1.3.8.1  perseant   macro ZLIB_WINAPI when compiling your application's source files.
     54  1.1.1.3.8.1  perseant 
     55  1.1.1.3.8.1  perseant 
     56  1.1.1.3.8.1  perseant Additional notes
     57  1.1.1.3.8.1  perseant ----------------
     58  1.1.1.3.8.1  perseant - This DLL, named zlibwapi.dll, is compatible to the old zlib.dll built
     59  1.1.1.3.8.1  perseant   by Gilles Vollant from the zlib 1.1.x sources, and distributed at
     60  1.1.1.3.8.1  perseant     http://www.winimage.com/zLibDll
     61  1.1.1.3.8.1  perseant   It uses the WINAPI calling convention for the exported functions, and
     62  1.1.1.3.8.1  perseant   includes the minizip functionality. If your application needs that
     63  1.1.1.3.8.1  perseant   particular build of zlib.dll, you can rename zlibwapi.dll to zlib.dll.
     64  1.1.1.3.8.1  perseant 
     65  1.1.1.3.8.1  perseant - The new DLL was renamed because there exist several incompatible
     66  1.1.1.3.8.1  perseant   versions of zlib.dll on the Internet.
     67  1.1.1.3.8.1  perseant 
     68  1.1.1.3.8.1  perseant - There is also an official DLL build of zlib, named zlib1.dll. This one
     69  1.1.1.3.8.1  perseant   is exporting the functions using the CDECL convention. See the file
     70  1.1.1.3.8.1  perseant   win32\DLL_FAQ.txt found in this zlib distribution.
     71  1.1.1.3.8.1  perseant 
     72  1.1.1.3.8.1  perseant - There used to be a ZLIB_DLL macro in zlib 1.1.x, but now this symbol
     73  1.1.1.3.8.1  perseant   has a slightly different effect. To avoid compatibility problems, do
     74  1.1.1.3.8.1  perseant   not define it here.
     75  1.1.1.3.8.1  perseant 
     76  1.1.1.3.8.1  perseant 
     77  1.1.1.3.8.1  perseant Gilles Vollant
     78  1.1.1.3.8.1  perseant info (a] winimage.com
     79  1.1.1.3.8.1  perseant 
     80  1.1.1.3.8.1  perseant Visual Studio 2013, 2015, and 2022 Projects from Sean Hunt
     81  1.1.1.3.8.1  perseant seandhunt_7 (a] yahoo.com
     82