B
Baga
Our product is compiled with /MD switch, so it uses
MSVCRT.DLL But as every system configuration that we
support includes this file anyway, we do not actually
redistribute it, instead we use the one which is already
present.
However, when we compile with /MD switch on .NET 2003,
MSVCR71.DLL is used instead, and it is not required to be
present in system already. This means, that if we switch
to .NET, we will have to redistribute MSVCR71.DLL and
MSVCP71.dll (which we don't use at all, but somehow it
sneaked in)
Does anybody know if it is possible to trick .NET 2003 to
use old MSVCRT.DLL instead? This is one of the strongest
arguments against .NET...
-- Thanks.
MSVCRT.DLL But as every system configuration that we
support includes this file anyway, we do not actually
redistribute it, instead we use the one which is already
present.
However, when we compile with /MD switch on .NET 2003,
MSVCR71.DLL is used instead, and it is not required to be
present in system already. This means, that if we switch
to .NET, we will have to redistribute MSVCR71.DLL and
MSVCP71.dll (which we don't use at all, but somehow it
sneaked in)
Does anybody know if it is possible to trick .NET 2003 to
use old MSVCRT.DLL instead? This is one of the strongest
arguments against .NET...
-- Thanks.