VS2005: CVT1100: duplicate resource. type:ICON, name:1, language:0x0000

  • Thread starter Thread starter Andreas Schniertshauer
  • Start date Start date
A

Andreas Schniertshauer

Guest
Hello,

I have got two resource files in a project.
The first resource file has dialogs, menus, strings, icons and a toolbar.
The second resource file has only string resources.
I added a new icon to my second resource file and compiled and all was fine. But after I set the language of the icon to type neutral I get the following fatal error with Visual Studio 2005:

1>CVTRES : fatal error CVT1100: duplicate resource. type:ICON, name:1, language:0x0000
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

The icon name is IDI_ICON1 and the number of the icon in the resource header file is 2209 an no other icon has the same number in the whole project.

I also changed the /TLBID:id to 2, 4711, 65535 but this has no effect.

Can somebody help me,

Thanks,

Andreas.




Continue reading...
 
Back
Top