I'm using VC 2010 to write Win32 console application. I find that it depends on "msvcr100.dll". But the target machine that runs my application has no VC 2010 installed so "msvcr100.dll" can't be found. This causes run time error.



Is there anyway in VC 2010 that I could include msvcr100.dll into the application binary during compiling and/or linking?



Thanks!