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.
local/databasedepends onVCRUNTIME140_1.dllwhich 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.