Using third-party components in Delphi 2007

Possible duplicate:
How to set classes or blocks as components in Delphi 2007?

  • Someone tell me how to use third-party components (e.g. ALPHA Skins) in DELPHI 2007.
  • How to install it?
0
source share
1 answer

Here I will try to describe to you how to install the package AlphaSkins, but this is the usual way to install packages. This is described for Delphi 2007.

About your specific request for AlphaSkins; you can follow the file Install.txtincluded in the archive zip, or you can follow this more detailed document flow:

  • create a directory wherever you want, I created c:\Program Files (x86)\CodeGear\RAD Studio\5.0\lib\AlphaSkins\
  • zip
  • Delphi Tools\Options, Environment Options\Delphi Options\Library - Win32 ... Library path; Directories
  • Directories, Add , OK
  • Project Manager View\Project Manager
  • File\Open... c:\Program Files (x86)\CodeGear\RAD Studio\5.0\lib\AlphaSkins\D2007\acnt2007_R.dpk
  • Project Manager, acnt2007_R.bpl Compile ,
  • File\Open... c:\Program Files (x86)\CodeGear\RAD Studio\5.0\lib\AlphaSkins\D2007\acnt2007.dpk
  • Project Manager, acnt2007.bpl Install ,
  • , File\Close All ( )

(*.pas *.dcu), , :

  • Tools\Options, Environment Options\Delphi Options\Library - Win32 ... Library path; Directories
  • c:\Program Files (x86)\CodeGear\RAD Studio\5.0\lib\AlphaSkins\D2007\ , Add , OK
  • VCL AlphaSkins!
+3

All Articles