]> git.saurik.com Git - wxWidgets.git/blame - src/png/projects/visualc6/README.txt
Check for invalid items in generic wxDataViewCtrl::GetSelections().
[wxWidgets.git] / src / png / projects / visualc6 / README.txt
CommitLineData
0272a10d
VZ
1Microsoft Developer Studio Project File, Format Version 6.00 for libpng.
2
3Copyright (C) 2000-2004 Simon-Pierre Cadieux.
4Copyright (C) 2004 Cosmin Truta.
b61cc19c
PC
5
6This code is released under the libpng license.
0272a10d
VZ
7For conditions of distribution and use, see copyright notice in png.h
8
b61cc19c
PC
9NOTE: This project will be removed from libpng-1.5.0. It has
10been replaced with the "vstudio" project.
0272a10d
VZ
11
12Assumptions:
13* The libpng source files are in ..\..
14* The zlib source files are in ..\..\..\zlib
15* The zlib project files are in ..\..\..\zlib\projects\visualc6
16
17
18To use:
19
201) On the main menu, select "File | Open Workspace".
21 Open "libpng.dsw".
22
232) Select "Build | Set Active Configuration".
24 Choose the configuration you wish to build.
25 (Choose libpng or pngtest; zlib will be built automatically.)
26
273) Select "Build | Clean".
28
294) Select "Build | Build ... (F7)". Ignore warning messages about
30 not being able to find certain include files (e.g. alloc.h).
31
325) If you built the sample program (pngtest),
33 select "Build | Execute ... (Ctrl+F5)".
34
35
36This project builds the libpng binaries as follows:
37
b61cc19c
PC
38* Win32_DLL_Release\libpng14.dll DLL build
39* Win32_DLL_Debug\libpng14d.dll DLL build (debug version)
40* Win32_DLL_VB\libpng14vb.dll DLL build for Visual Basic, using stdcall
0272a10d
VZ
41* Win32_LIB_Release\libpng.lib static build
42* Win32_LIB_Debug\libpngd.lib static build (debug version)
0272a10d
VZ
43
44
45Notes:
46
47If you change anything in the source files, or select different compiler
48settings, please change the DLL name to something different than any of
49the above names. Also, make sure that in your "pngusr.h" you define
50PNG_USER_PRIVATEBUILD and PNG_USER_DLLFNAME_POSTFIX according to the
51instructions provided in "pngconf.h".
52
53All DLLs built by this project use the Microsoft dynamic C runtime library
54MSVCRT.DLL (MSVCRTD.DLL for debug versions). If you distribute any of the
55above mentioned libraries you should also include this DLL in your package.
56For a list of files that are redistributable in Visual C++ 6.0, see
57Common\Redist\Redist.txt on Disc 1 of the Visual C++ 6.0 product CDs.