News

Visual Studio Build Tools Licensing Eased for Open Source C++ Projects

Microsoft has eased some licensing requirements for Visual Studio Build Tools (VSBT), which comprises a standalone MSVC compiler, libraries and scripts for C++.

The tools provide MSVC toolsets via a scriptable, standalone installer without Visual Studio, the VSBT site says, noting that the offering is recommended for developers who build C++ libraries and applications targeting Windows from a command-line interface (CLI), for example as part of a continuous integration workflow.

Build Tools
[Click on image for larger view.] Build Tools (source: Microsoft).

Now, Microsoft announced earlier this month, VSBT can be used for compiling open source C++ dependencies from source without requiring a Visual Studio license, even for developers working for an enterprise on a commercial or closed-source project.

This change doesn't affect existing Visual Studio Community license provisions around open source development, so devs contributing to open source projects can continue to use Visual Studio and VSTB together for free.

"If you are an enterprise developer or developing any closed-source projects, this change now allows you to use Visual Studio Build Tools to compile and build any C++ 3rd party open-source dependencies, without needing a paid Visual Studio license, when you're not using Visual Studio for active C++ development," said Microsoft's Marian Luparu in an Aug. 18 announcement.

"For example, if your Node.js application depends on npm native modules like sqllite3, bufferutil, etc., in order to successfully install these npm packages on Windows, you will need to use Visual Studio Build Tools. Previously, if the application you were developing was not OSS [open source software], installing VSBT was permitted only if you had a valid Visual Studio license (e.g., Visual Studio Community or higher). With this new license option, if you do not need the full functionality of Visual Studio for your active development of your project, you have the flexibility to install Visual Studio Build Tools for free."

Noting the popularity of Microsoft's vcpkg multi-platform C++ dependency manager, Luparu said Microsoft hopes the licensing changes will allow for further adoption of those C++ libraries in enterprise environments, where building from source:

  • Removes friction in securing the supply chain
  • Creates a smooth migration path to the latest MSVC versions
  • Presents opportunities for further runtime performance optimizations
  • Potentially allows for more active OSS contributions to these libraries

The Visual Studio License Directory details the new licensing for VSBT (and every other Visual Studio offering).

Luparu emphasized that a Visual Studio license will still be required for developers and teams needing to compile and develop proprietary C++ code with Visual Studio.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

  • TypeScript Tops New JetBrains 'Language Promise Index'

    In its latest annual developer ecosystem report, JetBrains introduced a new "Language Promise Index" topped by Microsoft's TypeScript programming language.

Subscribe on YouTube