Login  Register

Re: Reboot required ?

Posted by Chris Uppal-3 on Oct 17, 2005; 8:28am
URL: https://forum.world.st/Reboot-required-tp3375823p3375827.html

Andy,

> I can only think it is the MSVCR71.dll and MSVCP71.DLL that are copied
> to \Windows\System32. The ones we are distributing are both version:
> 8.0.21213.0 (I think). They are being installed as Shared Files but
> perhaps they are being overwritten even when the current copy is up to
> date.

Currently I in my Windows hierarchy I have:

    <windows>/system32/msvcr71.dll
            -- 7.10.3052.4

    <windows>/system32/XMSVCR71.dll
        -- 8.0.21213.0

    <windows>/system32/urttemp./msvcr71.dll
        -- 7.10.3052.4

    <windows>/Microsoft.NET/Framework/v1.1.4322
        -- 7.10.3052.4

So that sounds plausible.  Should Dolphin in fact be replacing the c runtime
stuff ?  If it's only required by the IDE then I'd have though a local
installation would be safer.  If it's required by deployed applications, then I
can't remember seeing any mention of this in the documentation, and /I/ wasn't
aware of the requirement.  (Not that it matters much to me, since the IDE tends
to be installed on any machines where I run deployed apps, anyway).

    -- chris