Beginning with the version 1.53, the component is distributed with its
own Delphi packages and should be installed as any other components.
All you have to do is install the
packages within Delphi environment. This usually is simple as:
- First of all, copy
(unzip) all the files to any directory (mainting the original directory
structure);
- Go to the
package sub-directory using Windows Explorer;
- Opening the
package for your version of Borland Delphi. This will open the
Delphi environment;
- Press the
Install in the window that will pop up.
- You have just
installed PngImage, now close the package window (Don't forget to put
"Yes" when it ask if you want to save the package).
You may also want to add the unit to the search path
(instructions for Delphi 5).
- This time, go to the "Tools" menu and select
the item "Enviroment Options".
- Click on the "Library" page.
- On the field "Library path" add a ";"
followed by the unit directory. For instance ";c:\png".
- Click on the ok button.
|