
You're right. After I added /FORCE:MULTIPLE, the error message became warning message, I have also noticed the warning "image may not run as expected". However, the test runs without any problem. I am not sure if this is okay. Does anyone knows how to fix the real problem there? Thanks, --Kevin
Date: Wed, 20 Jan 2010 17:16:09 +0000 From: joseph.gauterin@googlemail.com To: boost@lists.boost.org Subject: Re: [boost] error LNK2005
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. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
_________________________________________________________________