Главная страница | назад





Article #16223: 'Duplicate resource' error

 Question and Answer Database
FAQ1223D.txt 'Duplicate resource' error
Category :Compiler
Platform :All
Product :All 32 bit
Question:
When I try to add a resource to my project's .res file, I get a
"Duplicate Resource" error when linking. The resource I have
added is a unique resource. How can I successfully add the
resource to my project?
Answer:
The projects resource file is generated by the IDE wizard,
and is not intended to be modified. To add additional resources
to your project, create a separate resource file with a unique
name that does not conflict with either the project or any of
the unit names. Then to add the resource file to Delphi, simply
add the following line to any unit file in the project:
{$R MyRes.Res}
(where MyRes.Res is the name of the resource file).
To add the resource to Borland's C++ Builder, add the resource
from the project manager.
7/16/98 4:31:28 PM

Last Modified: 01-SEP-99