Re: How on earth do you add a component to Delphi 2005
- From: "Marc Rohloff" <marcrohloff_ng@xxxxxxxxxxx>
- Date: 27 Oct 2005 06:27:51 -0700
> Except that the component I have is a .PAS file, it is not in a package.
First check if the pas file has a global Register procedure.
If it doesn't you will have to create one.
Option 1
* Open the dclusr.dpk file (In {$Delphi}\Lib
* Add your pascal file to it
* Build
* Right click ont he project manager and choose install
2)
* Choose file new package, save it somewhere
* Change the package options to a degin time package
* Add the pas file to your package
* compile
(If necessary add any other required packages)
* Right click ont he project manager and choose install
--
Marc
.
- References:
- How on earth do you add a component to Delphi 2005
- From: rossmcm
- Re: How on earth do you add a component to Delphi 2005
- From: rossmcm
- How on earth do you add a component to Delphi 2005
- Prev by Date: Re: When to create TCustomControl's child controls?
- Next by Date: Re: Version after Version
- Previous by thread: Re: How on earth do you add a component to Delphi 2005
- Next by thread: DWG DXF HPGL SVG CGM in Delphi source code
- Index(es):
Relevant Pages
|