MSVC 2005 Linker Errors
Posted: 11.03.2007, 00:42
Ok.. Now i've gotten pretty far by myself, so, at the current stage I downloaded current CVS tree, and converted the *.dsw file into a .Net *.sln-projectfile. everything works fine so far, I managed to link with all the important libraries and work around the libc.lib "bug".
There is only 2 Errors left now:
Any idea, what this is all about? I Think the 2nd Error is caused by the first one (Although I am not sure about that).
There is only 2 Errors left now:
Code: Select all
1>CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
Any idea, what this is all about? I Think the 2nd Error is caused by the first one (Although I am not sure about that).