
20 Jan
2010
20 Jan
'10
5:16 p.m.
You've fixed the Link error, but you haven't fixed your problem. The documentation for /FORCE:MULTIPLE says: "A file created with this option may not run as expected.". What you've done in the link equivilent of using reinterpret_cast to silence compiler errors - the linker is telling you there's an error and, instead of fixing the error, you're telling the linker to ignore it.