Thanks Nello - I can but try.

Unit3.dfm (in this case) was the new unit, which references my repository
one. Yes - I think I need to look more closely at how the IDE/compiler is
resolving the location of the files involved.

Thanks again.

-----Original Message-----
From: Nello Sestini [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 10:35
To: Multiple recipients of list delphi
Subject: Re: [DUG]: RLINK32: Error opening file ....


Some random swings at it:

1. try deleting it from the repository and adding it back in.
   (perhaps you've moved it to a diff path since adding it?)

2. what is unit3.dfm?    is it something you're still referencing or
   something no longer in your project?   is it really still on
   that c:\..\Projects path?   if it's moved, is that unit in your
   project - or if not is the directory where it is on your search
   path?   Are your debug paths and search paths leading to different
   versions of this?   Are ancestor forms in your project possibly
   in conflict with the version in the repository?

3. look at .dpr file of the project (as a text file or "view source")
   to see if the unit3.DFM you think you're using is the same as
   the one you are really using

4. look at the DFM file (in text format) of the derived form and
   see if there are any strange phantom copies of invisible
   components or references to things that shouldn't be there.

good luck

-ns




----- Original Message -----
From: "James Low" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 03:52
Subject: [DUG]: RLINK32: Error opening file ....


> If anyone can help ... please. My next step is ditching the component
(which
> I know works elsewhere and will save huge amounts of time).
>
> I get the error:  RLINK32: Error opening file "C:\Program
> Files\Borland\Delphi5\Projects\Unit3.DFM"... if I try to use this
component
> inherited  from the repository (ie a form there contains it). I've done
> everything ... desintalled/reinstalled everything, checked for supurfuous
> .dcus and scanned the registry for dodgy entries. Nothing seems odd to me.
>
> The simplest project using an inherited form wont run. No matter what I do
I
> eventually get to a point where my inherited form displays (in design
mode)
> the ancestor, less statusbar properties set in the ancestor. The above
error
> displays straight after I push the run button (during linking I guess). If
I
> try to revert to the ancestor Delphi bleats about being unable to assign a
> this property to that property (though they are exactly the same
> properties).
>
> Maybe RLINK32.DLL is corrupt, but the problem only occurs when inherited
and
> only on this component (so far as I can see). A project that works at the
> component manufacturers site fails at mine.
>
> If you can help, any suggestion would be appreciated. Could only 64mb RAM
be
> a problem?
>
> Thanks
>
> James Low
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to