You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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
: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.
The text was updated successfully, but these errors were encountered: