On Wed, 14 May 2008, KONOVALOV, Vadim (Vadim)** CTR ** wrote:
>
> and yet please do not forget that it is clearly stated somewhere that it
> is against license agreement to distribute MSVCR90.dll, so it is not
> possible from Licenses POW also!
I doubt this could be true, as it would make the compiler quite useless
if you couldn't run the generated applications on a machine without the
compiler. This document seems to explicitly allow deploying MSVCR90.dll
in an application specific directory together with the rest of your application:
http://msdn.microsoft.com/en-us/library/ms235299.aspx
What is NOT allowed is to install the library into "$ENV{SYSTEMROOT}\\system32",
but that is a bad idea anyways.
But as I wrote originally, it is best if you don't need any additional
runtime library at all, which is the case for VC6 and MinGW.
Cheers,
-Jan