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