BSOne.SFC/EM.Lib/PNGComponents
mgkim 49d948d7bc EM.Lib 2025-12-30 16:10:29 +09:00
..
Design EM.Lib 2025-12-30 16:10:29 +09:00
Docs EM.Lib 2025-12-30 16:10:29 +09:00
Example Images EM.Lib 2025-12-30 16:10:29 +09:00
Include EM.Lib 2025-12-30 16:10:29 +09:00
Packages EM.Lib 2025-12-30 16:10:29 +09:00
PngObject EM.Lib 2025-12-30 16:10:29 +09:00
Source EM.Lib 2025-12-30 16:10:29 +09:00
Tests/PngBtnTest EM.Lib 2025-12-30 16:10:29 +09:00
.gitignore EM.Lib 2025-12-30 16:10:29 +09:00
.hgignore EM.Lib 2025-12-30 16:10:29 +09:00
.hgtags EM.Lib 2025-12-30 16:10:29 +09:00
git.txt EM.Lib 2025-12-30 16:10:29 +09:00
license.txt EM.Lib 2025-12-30 16:10:29 +09:00
readme.md EM.Lib 2025-12-30 16:10:29 +09:00

readme.md

TurboPack PNGComponents

Updated for 10.3 Rio / VER330 / PKG 260

You can still access 10.2 Tokyo and 10.1 Berlin versions too.

Table of contents

  1. Introduction
  2. Package names
  3. Installation
  4. License

1. Introduction

PngComponents is a set of components that allows you to include in your application real PNG files. You can read more about them in the Doku subfolder.

This is a source-only release of TurboPack PNGComponents. It includes designtime and runtime packages for Delphi and C++Builder and supports Win32 and Win64.

2. Package names

TurboPack PNGComponents package names have the following form:

Delphi

  • PNGComponentsD.bpl (Delphi Runtime)
  • PNGComponentsDDesign.bpl (Delphi Designtime)

C++Builder

  • PNGComponentsD.bpl (C++Builder Runtime)
  • PNGComponentsDDesign.bpl (C++Builder Designtime)

3. Installation

PNGComponents are available via the GetIt Package Manager where you can quickly and easily install and uninstall it.

To manually install TurboPack PNGComponents into your IDE, take the following steps:

  1. Unzip the release files into a directory (e.g., d:\PNGComponents).

  2. Start RAD Studio.

  3. Add the source subdirectory (e.g., d:\PNGComponents\source) to the IDE's library path. For CBuilder, add the hpp subdirectory (e.g., d:\PNGComponents\source\hpp\Win32\Debug) to the IDE's system include path.

  4. Open & compile the runtime package specific to the IDE being used.

  5. Open & install the designtime package specific to the IDE being used. The IDE should notify you the components have been installed.

4. License

Mozilla Public License 1.1 (MPL 1.1)