How do I set up C++ requirements correctly?

I’m trying to upgrade my Windows C++ project to work with the latest Sketchup C SDK (2017 ???: API Version 6.0 - SketchUp 2018 M0). The Build and Release Considerations say that I need to include msvcp140.dll and msvcr140.dll, but when I try to use the linked installer for msvc140, it fails with “Cannot install a product when a newer version is installed.”. This wouldn’t be a problem except that msvcr140.dll is no longer a thing in my installed version of the 2015 C++ runtime.

Is there a correct way to build a SketchUp C SDK project against the newer versions of the Windows CRT?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.