Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statically Link with the VC Runtime #12

Open
candera opened this issue Sep 8, 2011 · 1 comment
Open

Statically Link with the VC Runtime #12

candera opened this issue Sep 8, 2011 · 1 comment

Comments

@candera
Copy link
Owner

candera commented Sep 8, 2011

Background

A user requests on this thread that we statically link with the VC runtime to reduce the need to run the redist installer on a bunch of machines.

Acceptance Criteria

  • ShadowSpawn no longer requires the VC redist to be installed first.

Tech Notes

It may be possible to statically link with the VC redist, in which case shadowspawn would become standalone. The issue with doing that is that Microsoft publishes security updates to the redist via Windows Update, and we wouldn't get those if we were statically linked. At that point, it would be on the user to download a new version that had the updated version included. Assuming that one of us notices the update and remembers to compile a new version.

Another possibility would be to do the work to remove the dependency on the VC redist. That work may be extensive in nature - no idea.

Our current priority for this issue is low. Comments, however, are welcome.

@candera
Copy link
Owner Author

candera commented Nov 17, 2011

Comment from a mailing list reader:

We can add 3(6) more configurations to project file 
Release-Static-XP ....
We just need to change C++ -> Code Generation -> Runtime Library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant