MSVCR71d.dll
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/05/2005 at 20:14, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.1
Platform: Windows ;
Language(s) : C++ ;---------
why is this DLL (msvcr71d.dll) required to run any plugin made for C4D ... when i load up a plugin and this dll is not there, then the plugin will refuse to load and i get an error message indicating that this dll is missing.
i think that this is a .net dll, so why is it needed ?Thanks.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/05/2005 at 05:18, xxxxxxxx wrote:
For Visual Studio .NET 2003 try to set in Configuration Properties -> C/C++ -> Runtime Library to Multi-threaded (/MT) or Multi-threaded Debug (/MTd) for debuging,so you will use static libraries instead of dynamic.
You can also try set Linker->Input->Ignore Specific Library to MSVCPRTD