libpng.readme.txt

来自「qtopia-phone-2.2.0下png工具库源代码实现。」· 文本 代码 · 共 20 行

TXT
20
字号
Project files to build libpng using Borland C++ Builder v5.0To use this dll, you will need to:1) add the following conditional defines to your projectPNG_USE_DLLZ_PREFIX2) add the paths to png.h and zlib.h to your include path3) add libpng.lib or libpngstat.lib to the project.If you are using libpng.dll, libpng.dll and zlib.dll will be required for the code to run.Alternatively, the libpng.dll can be built using zlibstat.lib to produce one dll containing both the zlib and png code.See the libpng documentation for instructions on how to use the code.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?