Fatal errors CVT1100 and LNK1123

  • Thread starter Thread starter Gurunama
  • Start date Start date
G

Gurunama

Guest
I am working on a project in C on VS Community 2019 with Windows 10, which has been working, but which now gives the following errors when compiling:

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

These errors occured after including an old rc file. The code of the program and the rc file have been copied from a project that was on a Windows 7 machine with VS Express 2010.

I have tried most of the solutions I've found on the internet: I have changed Propertise > Linker > General > Enable Incremental Linking to No, and I have changed the name of all the cvtress.exe files I have found.

Thanks in advance.

Sincerely

Continue reading...
 
Back
Top