Distributing application statically linked to vc++ runtime library

RLWA32 49,536 Reputation points
2022-08-01T07:57:29.94+00:00

The visual studio 2022 community EULA clearly indicates which runtime dlls are distributable. However, there is no specific guidance with regard to statically linking to the CRT. Since debug dlls are not redistributable it seems logical that an application that is statically linked to the debug version of the CRT should not be distributed. Similarly, it seems logical that an application that is statically linked to the release version of the CRT should be freely distributable.

Some have asserted that the license agreement for the community edition precludes distributing any application that is statically linked to the CRT. Is this a correct interpretation over the agreement? Can Microsoft please provide an authoritative response to this question in this forum.

Developer technologies C++
Developer technologies Visual Studio Other
{count} votes

1 answer

Sort by: Most helpful
  1. Bruno van Dooren 21 Reputation points
    2022-08-16T11:38:23.977+00:00

    I remember a long time ago that static linking as a concept was being up for discussion. If the community edition. You asked for a formal Microsoft reply so mine is not going to be that answer but if the community edition does allow you to statically link, and if the EULA doesn't specifically say anything about it, I would conclude that for release builds there shouldn't be a problem


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.