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 the runtime so the MSVC++ Redistributables are not required #432

Closed
wants to merge 2 commits into from

Conversation

dail8859
Copy link
Owner

@dail8859 dail8859 commented Sep 5, 2023

Closes #416

@dail8859
Copy link
Owner Author

After further investigation, setting the executable to statically link the runtime will not fix the root issue since the Qt DLLs that are shipped with the application are built to dynamically link the runtime.

@dail8859 dail8859 closed this Oct 10, 2023
@dail8859 dail8859 deleted the msvc_static_runtime branch October 17, 2023 02:05
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

Successfully merging this pull request may close these issues.

Can't start: MSVCP140.dll missing
1 participant