README.txt
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:2k
源码类别:

界面编程

开发平台:

Visual C++

  1. Microsoft Developer Studio Build File, Format Version 6.00 for VisualPng
  2. ------------------------------------------------------------------------
  3. Copyright 2000, Willem van Schaik.  For conditions of distribution and
  4. use, see the copyright/license/disclaimer notice in png.h
  5. As a PNG .dll demo VisualPng is finished. More features would only hinder
  6. the program's objective. However, further extensions (like support for other 
  7. graphics formats) are in development. To get these, or for pre-compiled 
  8. binaries, go to "http://www.schaik.com/png/visualpng.html".
  9. ------------------------------------------------------------------------
  10. Assumes that
  11.    libpng DLLs and LIBs are in ....projectsmsvcwin32libpng
  12.    zlib DLLs and LIBs are in   ....projectsmsvcwin32zlib
  13.    libpng header files are in  ......libpng
  14.    zlib header files are in    ......zlib
  15.    the pngsuite images are in  ..pngsuite
  16. To build:
  17. 1) On the main menu Select "Build|Set Active configuration".
  18.    Choose the configuration that corresponds to the library you want to test.
  19.    This library must have been built using the libpng MS project located in
  20.    the "....mscv" subdirectory.
  21. 2) Select "Build|Clean"
  22. 3) Select "Build|Rebuild All"
  23. 4) After compiling and linking VisualPng will be started to view an image
  24.    from the PngSuite directory.  Press Ctrl-N (and Ctrl-V) for other images.
  25. To install:
  26. When distributing VisualPng (or a further development) the following options
  27. are available:
  28. 1) Build the program with the configuration "Win32 LIB" and you only need to
  29.    include the executable from the ./lib directory in your distribution.
  30. 2) Build the program with the configuration "Win32 DLL" and you need to put
  31.    in your distribution the executable from the ./dll directory and the dll's
  32.    libpng1.dll, zlib.dll and msvcrt.dll.  These need to be in the user's PATH.
  33. Willem van Schaik
  34. Calgary, June 6th 2000
  35. P.S. VisualPng was written based on preliminary work of:
  36.     - Simon-Pierre Cadieux
  37.     - Glenn Randers-Pehrson
  38.     - Greg Roelofs