-1

I have just completed a new install of Visual Studio 2010 for C++. When creating a console application it generates a simple 'hello world' project but when I try to compile it I get the following errors.

1>------ Build started: Project: dbf_hello_02, Configuration: Debug Win32 ------
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Which resulted from the inability to find (or maybe generate) the solution .exe file. I have not changed anything, just installed the program.

Where have I gone wrong?.

Captain Obvlious
  • 18,863
  • 5
  • 39
  • 72
  • Go to project setting and change the linking property to non incremental and try. – Astro - Amit Jun 17 '13 at 04:01
  • Please check the below answer [LINK : fatal error LNK1123: failure ][1] [1]: http://stackoverflow.com/questions/10888391/link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-invalid-or-c – Astro - Amit Jun 17 '13 at 04:03

0 Answers0