vote up 2 vote down star

[Error] WARNING. Duplicate resource(s): [Error] Type 2 (BITMAP), ID TWWDBRICHEDITMSWORD: [Error] File C:\Borland\Delphi7\ip4000vcl7\LIB\wwrichsp.RES resource kept; file C:\Borland\Delphi7\ip4000vcl7\LIB\wwrichsp.RES resource discarded. I have searched the code for same named objects, like objects. Can anyone give me a clue what else I can look for.

flag

3 Answers

vote up 0 vote down

wwrichedspellxp, wwrichedspell2000; 这两个同时存在时就出错。Delete wwrichedspellxp 就OK

link|flag
vote up 0 vote down

I ran a GREP search on all files in the project and found nothing.

link|flag
Please use one account. And please use comments to react to other peoples answers. – Lars Truijens Nov 2 '08 at 16:20
vote up 3 vote down

Two units both using the same resource file. Probably looks like this:

{$R wwrichsp.RES}
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.