I know that there are some questions about how to include msvcr120.dll/msvcp120.dll into your project.
But I want to drop that dependency. I compile the program in Release version, in Visual Studio 2013. I do not depend on any VS-specific commands (#pragma
etc.) or precompiled headers etc.
I want to compile it to one single release .exe and provide it to user WITHOUT demanding him to install VC++ Redistributes for VS (the user will be working on Windows 7, Windows 8, maybe Windows XP).
Is that possible? If so, how?