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

界面编程

开发平台:

Visual C++

  1. Microsoft Developer Studio Project File, Format Version 6.00 for libpng.
  2. Copyright (C) 2000-2004 Simon-Pierre Cadieux.
  3. Copyright (C) 2004 Cosmin Truta.
  4. For conditions of distribution and use, see copyright notice in png.h
  5. Assumptions:
  6. * The libpng source files are in ....
  7. * The zlib source files are in ......zlib
  8. * The zlib project files are in ......zlibprojectsvisualc6
  9. To use:
  10. 1) On the main menu, select "File | Open Workspace".
  11.    Open "libpng.dsw".
  12. 2) Select "Build | Set Active Configuration".
  13.    Choose the configuration you wish to build.
  14.    (Choose libpng or pngtest; zlib will be built automatically.)
  15. 3) Select "Build | Clean".
  16. 4) Select "Build | Build ... (F7)".  Ignore warning messages about
  17.    not being able to find certain include files (e.g. alloc.h).
  18. 5) If you built the sample program (pngtest),
  19.    select "Build | Execute ... (Ctrl+F5)".
  20. This project builds the libpng binaries as follows:
  21. * Win32_DLL_Releaselibpng13.dll      DLL build
  22. * Win32_DLL_Debuglibpng13d.dll       DLL build (debug version)
  23. * Win32_DLL_ASM_Releaselibpng13.dll  DLL build using ASM code
  24. * Win32_DLL_ASM_Debuglibpng13d.dll   DLL build using ASM (debug version)
  25. * Win32_DLL_VBlibpng13vb.dll         DLL build for Visual Basic, using stdcall
  26. * Win32_LIB_Releaselibpng.lib        static build
  27. * Win32_LIB_Debuglibpngd.lib         static build (debug version)
  28. * Win32_LIB_ASM_Releaselibpng.lib    static build using ASM code
  29. * Win32_LIB_ASM_Debuglibpngd.lib     static build using ASM (debug version)
  30. Notes:
  31. If you change anything in the source files, or select different compiler
  32. settings, please change the DLL name to something different than any of
  33. the above names. Also, make sure that in your "pngusr.h" you define
  34. PNG_USER_PRIVATEBUILD and PNG_USER_DLLFNAME_POSTFIX according to the
  35. instructions provided in "pngconf.h".
  36. All DLLs built by this project use the Microsoft dynamic C runtime library
  37. MSVCRT.DLL (MSVCRTD.DLL for debug versions).  If you distribute any of the
  38. above mentioned libraries you should also include this DLL in your package.
  39. For a list of files that are redistributable in Visual C++ 6.0, see
  40. CommonRedistRedist.txt on Disc 1 of the Visual C++ 6.0 product CDs.