Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
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
Standard C++ Library