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 Visual C++ Runtime for Tauri sidecar executable #6

Open
bicarlsen opened this issue Mar 25, 2023 · 1 comment
Open
Labels
enhancement New feature or request local/database RElated to the `local/database` crate. windows Windows specific issues.

Comments

@bicarlsen
Copy link
Member

bicarlsen commented Mar 25, 2023

local/database depends on VCRUNTIME140_1.dll which can be installed through Visual C++. This should be statically linked during the build operation to prevent users from needing to manually install it. An example of this is found in Tauri Issue #4227.

If this dll is not installed the application will fail silently.

@bicarlsen bicarlsen added enhancement New feature or request local/database RElated to the `local/database` crate. windows Windows specific issues. labels Mar 25, 2023
@bicarlsen
Copy link
Member Author

bicarlsen commented Mar 25, 2023

There is a post in the Tauri Discord > support forum titled Installed program runs on Windows only after tauri dev by bicarlsen that details this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request local/database RElated to the `local/database` crate. windows Windows specific issues.
Projects
None yet
Development

No branches or pull requests

1 participant