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

界面编程

开发平台:

Visual C++

  1. Microsoft Developer Studio Project File, Format Version 7.10 for libpng.
  2. Copyright (C) 2004 Simon-Pierre Cadieux.
  3. For conditions of distribution and use, see copyright notice in png.h
  4. Assumptions:
  5. * The libpng source files are in ....
  6. * The zlib source files are in ......zlib
  7. * The zlib project file is in . /* Warning: This is until the zlib project
  8.   files get intergrated into the next zlib release. The final zlib project
  9.   directory will then be ......zlibprojectsvisualc71. */
  10. To use:
  11. 1) On the main menu, select "File | Open Solution".
  12.    Open "libpng.sln".
  13. 2) Display the Solution Explorer view (Ctrl+Alt+L)
  14. 3) Set one of the project as the StartUp project. If you just want to build the
  15.    binaries set "libpng" as the startup project (Select "libpng" tree view
  16.    item + Project | Set as StartUp project). If you want to build and test the
  17.    binaries set it to "pngtest" (Select "pngtest" tree view item +
  18.    Project | Set as StartUp project)
  19. 4) Select "Build | Configuration Manager...".
  20.    Choose the configuration you wish to build.
  21. 5) Select "Build | Clean Solution".
  22. 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  23. This project builds the libpng binaries as follows:
  24. * Win32_DLL_Releaselibpng13.dll      DLL build
  25. * Win32_DLL_Debuglibpng13d.dll       DLL build (debug version)
  26. * Win32_DLL_ASM_Releaselibpng13.dll  DLL build using ASM code
  27. * Win32_DLL_ASM_Debuglibpng13d.dll   DLL build using ASM (debug version)
  28. * Win32_DLL_VBlibpng13vb.dll         DLL build for Visual Basic, using stdcall
  29. * Win32_LIB_Releaselibpng.lib        static build
  30. * Win32_LIB_Debuglibpngd.lib         static build (debug version)
  31. * Win32_LIB_ASM_Releaselibpng.lib    static build using ASM code
  32. * Win32_LIB_ASM_Debuglibpngd.lib     static build using ASM (debug version)
  33. Notes:
  34. If you change anything in the source files, or select different compiler
  35. settings, please change the DLL name to something different than any of
  36. the above names. Also, make sure that in your "pngusr.h" you define
  37. PNG_USER_PRIVATEBUILD and PNG_USER_DLLFNAME_POSTFIX according to the
  38. instructions provided in "pngconf.h".
  39. All DLLs built by this project use the Microsoft dynamic C runtime library
  40. MSVCR71.DLL (MSVCR71D.DLL for debug versions).  If you distribute any of the
  41. above mentioned libraries you may have to include this DLL in your package.
  42. For a list of files that are redistributable in Visual Studio see
  43. $(VCINSTALLDIR)redist.txt.