Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Register
    • Login

    MSVCR71d.dll

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 248 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        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

        Standard C++ Library

        1 Reply Last reply Reply Quote 0
        • First post
          Last post