You'll have done something like this:
 
<snip>
 
implementation
 
{$R *.DFM}
{$R *.DFM}  // Oops!
 
end.
And the compile error:
 
[Error] WARNING. Duplicate resource(s):
[Error]   Type 10 (RCDATA), ID TFORM1:
[Error]     File C:\Program Files\Borland\Delphi5\Bin\Unit1.DFM resource kept; file C:\Program Files\Borland\Delphi5\Bin\Unit1.DFM resource discarded.
Look familiar? :)
 
Cheers,
Carl
 
-----Original Message-----
From: Eamon Reyn [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 3 May 2000 8:16 AM
To: Multiple recipients of list delphi
Subject: [DUG]: What do I do about this

I got the following message, when I looked at the help for it the recommendation was contact Inprise if
you get this error.
 
it appears to be a linker error 
 
[Error] WARNING. Duplicate resource(s):
[Error]   Type 10 (RCDATA), ID TFRMTRANV:
[Error]     File C:\PayGlobal\Payroll\TranVFrm.DFM resource kept; file C:\PayGlobal\Payroll\TranVFrm.DFM resource discarded.
 
Help
 
Eamon.

Reply via email to