I am using Visual Studio 2010. When I build my C++ program I get this error
error LNK1123: failure during conversion to COFF: file invalid or corrupt
I got a solution from here. So I do this:-
Project Properties -> Configuration Properties -> Linker (General) -> Enable Incremental Linking -> "No (/INCREMENTAL:NO)"
but it make no difference. So, please tell me if there is any other solution.