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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -