Board index » delphi » Installing New component with Delphi 2.0

Installing New component with Delphi 2.0

Hello everyone!

    I have a problem while trying to install new component. It goes like
this: Component I got has a multiple files, but does not include .pas file
(source). As I try to install .dcu file, Delphi would not compile to the
end, but will generate the following error:"Fatal Error: (0): File not
found: '.....\xyz.PAS". Now, why does it want to recompile whole component,
when .dcu already exists?

What to do?

Puhek

    marko.cleme...@guest.arnes.si

 

Re:Installing New component with Delphi 2.0


On Tue, 30 Jun 1998 11:44:55 +0200, "Marko Clemente"

Quote
<marko.cleme...@guest.arnes.si> wrote:
> As I try to install .dcu file

The .dcu file format always have been, and probably will always be,
completely compiler-version dependent. This is by design and has to do
with optimization. Sounds like you are trying to install a .dcu made
for one compiler-version into another. If so, you'll need to either a)
obtain a .dcu created with & for the compiler-version you have, or b)
obtain source code.

--
Rick Rogers (TeamB) | Fenestra Technologies
http://www.fenestra.com/

Other Threads