POV-Ray : Newsgroups : povray.binaries.images : Domenator II, the sequel : Re: Domenator II, the sequel Server Time
30 Jul 2024 08:26:21 EDT (-0400)
  Re: Domenator II, the sequel  
From: Christian Froeschlin
Date: 21 Apr 2012 07:53:47
Message: <4f929fcb$1@news.povray.org>
Thomas de Groot wrote:

> Well for a start, I am stuck with the msvcr100d.dll.

a dependency to this dll is usually a build problem of
the program. It should be built with release configuration
to publish it. Then it will run on any system that has the
VC++ 2010 runtime environment installed (which is usually
present on newer systems but you can also download it
from the website of microsoft).

Also, manually copying msvcr* dlls to windows system directory
may not work on newer version of Windows, they have some protection
against getting corrupted and the simple folder view presented by
explorer is an illusion hiding all the side-by-side versioning issues
(you could still try to place the dll next to the exe, note that you
need the correct bitness depending on whether the application is
compiled for x86 or x64).


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.