Board index » delphi » Installing new components

Installing new components

Can somebody give me a step by step process for installing new components. I
have checked the help file, and have a book that tells me how it should be
done, and I'm fairly sure that I know how it should be done, but I always
seem to have trouble installing components, they ask for source files or
other problems.

I have Delphi 4 Std, so obviously I wont be able to install things that
require packages and components that I don't have, but I don't believe this
has been the caus eof the problem, definitely no in all cases. Do I need to
put the downloaded source or compiled component in a certain place?

--
~~~~~~~~~~~~~
?raig ?eynolds
~~~~~~~~~~~~~
Just becuase this is never going to work is no reason to be negative.

Just because this is never going to work, is no reason to be negative!

 

Re:Installing new components


Install a component:

- Select Component | Install component...
- Select the .pas or .dcu file (.dcu files have to be for the SAME Delphi
version !)
- Optionally you can change the search path (if the component requires files
that are not in the same directory) and the package file (if you don't want
to put them in the default 'Borland User Components' package.
- Press OK

"Craig Reynolds" <reynoldscra...@hotmail.com> schreef in bericht
news:3ad42355$0$24021@echo-01.iinet.net.au...

Quote
> Can somebody give me a step by step process for installing new components.
I
> have checked the help file, and have a book that tells me how it should be
> done, and I'm fairly sure that I know how it should be done, but I always
> seem to have trouble installing components, they ask for source files or
> other problems.

> I have Delphi 4 Std, so obviously I wont be able to install things that
> require packages and components that I don't have, but I don't believe
this
> has been the caus eof the problem, definitely no in all cases. Do I need
to
> put the downloaded source or compiled component in a certain place?

> --
> ~~~~~~~~~~~~~
> ?raig ?eynolds
> ~~~~~~~~~~~~~
> Just becuase this is never going to work is no reason to be negative.

> Just because this is never going to work, is no reason to be negative!

Re:Installing new components


Thanks, didn't tell me anything I didn't know, but for some reason made me
think of another way to try what I was doing. Anyway solved the problem.

--
~~~~~~~~~~~~~
?raig ?eynolds
~~~~~~~~~~~~~
Just becuase this is never going to work is no reason to be negative.

Just because this is never going to work, is no reason to be negative!

Quote
"M.H. Avegaart" <avegaartNOS...@mccomm.nl> wrote in message

news:9b1b2p$hvc$1@porthos.nl.uu.net...
Quote
> Install a component:

> - Select Component | Install component...
> - Select the .pas or .dcu file (.dcu files have to be for the SAME Delphi
> version !)
> - Optionally you can change the search path (if the component requires
files
> that are not in the same directory) and the package file (if you don't
want
> to put them in the default 'Borland User Components' package.
> - Press OK

> "Craig Reynolds" <reynoldscra...@hotmail.com> schreef in bericht
> news:3ad42355$0$24021@echo-01.iinet.net.au...
> > Can somebody give me a step by step process for installing new
components.
> I
> > have checked the help file, and have a book that tells me how it should
be
> > done, and I'm fairly sure that I know how it should be done, but I
always
> > seem to have trouble installing components, they ask for source files or
> > other problems.

> > I have Delphi 4 Std, so obviously I wont be able to install things that
> > require packages and components that I don't have, but I don't believe
> this
> > has been the caus eof the problem, definitely no in all cases. Do I need
> to
> > put the downloaded source or compiled component in a certain place?

> > --
> > ~~~~~~~~~~~~~
> > ?raig ?eynolds
> > ~~~~~~~~~~~~~
> > Just becuase this is never going to work is no reason to be negative.

> > Just because this is never going to work, is no reason to be negative!

Re:Installing new components


Quote
"Craig Reynolds" <reynoldscra...@hotmail.com> wrote in message

news:3ad43455$0$24041@echo-01.iinet.net.au...

Quote
> Thanks, didn't tell me anything I didn't know, but for some reason made me
> think of another way to try what I was doing. Anyway solved the problem.

Are you using components for your version of Delphi?  Each version of Delphi
requires .dcu files to be compiled by it's own version of IDE.  D2 .dcu's
must be compiled on D2, D3 .dcu's on D3, etc.  Of course, if you have the
.pas source code for your component it doesn't matter.  It will install
anyway (subject to language variations).

Also, make sure the Delphi IDE (Tools > Environment Options) can see the
path to your components.

Regards
--
i l   *   m o d e r n o
quello che vedi quello che ottieni
-----------------------
http://mysite.ciaoweb.it/il-moderno/
il-mode...@ciaoweb.it

Re:Installing new components


The components are either source or for my version, I think it was just a
matter of me not quite getting the procedure right for one reason or
another.

--
~~~~~~~~~~~~~
?raig ?eynolds
~~~~~~~~~~~~~
Just becuase this is never going to work is no reason to be negative.

Just because this is never going to work, is no reason to be negative!
"i l * m o d e r n o" <il-mode...@BLOCKciaoweb.it> wrote in message
news:m7XA6.3410$Ow3.687322@news2-win.server.ntlworld.com...

Quote
> "Craig Reynolds" <reynoldscra...@hotmail.com> wrote in message
> news:3ad43455$0$24041@echo-01.iinet.net.au...
> > Thanks, didn't tell me anything I didn't know, but for some reason made
me
> > think of another way to try what I was doing. Anyway solved the problem.

> Are you using components for your version of Delphi?  Each version of
Delphi
> requires .dcu files to be compiled by it's own version of IDE.  D2 .dcu's
> must be compiled on D2, D3 .dcu's on D3, etc.  Of course, if you have the
> .pas source code for your component it doesn't matter.  It will install
> anyway (subject to language variations).

> Also, make sure the Delphi IDE (Tools > Environment Options) can see the
> path to your components.

> Regards
> --
> i l   *   m o d e r n o
> quello che vedi quello che ottieni
> -----------------------
> http://mysite.ciaoweb.it/il-moderno/
> il-mode...@ciaoweb.it

Other Threads