python - Can i distribute an executable with MSVCR100.dll -
i use python create executable on windows. executable depends on msvcr100.dll.
want give clients both executable , msvcr100.dll.
need special permissions distribute exe dll or fine distribute exe dll without special permissions.
you asked wrong question, need check if allowed redistribute microsoft c++ runtime library (msvct100.dll part of it).
yes, can. read https://msdn.microsoft.com/en-us/library/ms235299.aspx details.
Comments
Post a Comment