Skip to content

How to add DLLs for different architectures? #13490

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

Open
jiangkaifree opened this issue May 22, 2025 · 0 comments
Open

How to add DLLs for different architectures? #13490

jiangkaifree opened this issue May 22, 2025 · 0 comments

Comments

@jiangkaifree
Copy link

jiangkaifree commented May 22, 2025

Okay, in my project development, I need to use the dll file provided by the c++ engineer. However, his dll depends on some system dlls, such as vcruntime140.dll. Now I have encountered some problems. The vcruntime140.dll is different on different Windows architectures. Now I have some definitions in my configuration file tauri.window.config.json

{
  "tauri": {
    "bundle": {
      "resources": ["*.dll", "conf/*", "dependency/*/*", "log/*", "config.ini"]
     }
  }  
}

I want to know how to incorporate different DLL files into installation packages for different Windows architectures (x64, x86).
I hope you can help me and give me some solutions. Thank you very much.

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

No branches or pull requests

2 participants