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