Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Using recent VS to make older builds

    Cinema 4D SDK
    2
    5
    758
    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.
    • WickedPW
      WickedP
      last edited by

      Hi folks,

      Not sure if I'm opening a can of worms on this one or not. But, is it possible to make older builds of plugins on more recent Visual Studio versions?

      That is, say I develop plugins for an older version of C4D. Can I use a more recent version of VS to build these plugins, just to keep the development environment up to date?

      Cheers,

      WP.

      wickedp.com

      1 Reply Last reply Reply Quote 0
      • M
        m_adam
        last edited by

        Hi @WickedP, may I ask which version are we really talking about?

        In any case you can find the recommended version in Plugin Development - Development Environments with that's said it's only a recommended one, meaning we do not provide support other version, however I would say the last version should work nicely with VS 2022, but you will need to manually convert the solution file since the project tool is only capable to generate for a given version.

        Cheers,
        Maxime.

        MAXON SDK Specialist

        Development Blog, MAXON Registered Developer

        1 Reply Last reply Reply Quote 0
        • WickedPW
          WickedP
          last edited by

          Hi @m_adam,

          I'm hesitant to say, just because the version I use is probably out of scope of support. So I was trying to keep it a little more general. Happy to pass on if you really need to know though.

          So the solution file/s will need looking at.

          What about the project and project settings files? Are they likely to need amending as well?

          WP.

          wickedp.com

          1 Reply Last reply Reply Quote 0
          • M
            m_adam
            last edited by

            Correct project and project settings would also need to be edited. Since in VS every parameter is referenced by a UUID that change each version.
            Normally VS offer you tooling to update old solution file so if you open an old solution in VS 2022m the first thing it should offer to you is to update the solution and all its settings.

            Cheers,
            Maxime.

            MAXON SDK Specialist

            Development Blog, MAXON Registered Developer

            1 Reply Last reply Reply Quote 0
            • WickedPW
              WickedP
              last edited by

              Thanks Maxime. And apologies for the delay - I didn't see the response.

              WP.

              wickedp.com

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