Need help replacing vc_redist with VCLibs #3420
-
Hi everyone, I'm developing a MSIX-packaged app that includes a hand-made DLL which requires Here is the project: https://github.com/AkazaRenn/FruitLanguageSwitcher/tree/dev/vcppdep Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you don't have to worry about passing C++ types across the boundary, have you considered using the Hybrid CRT method? This does remove the need for the C++ redistributable. |
Beta Was this translation helpful? Give feedback.
If you don't have to worry about passing C++ types across the boundary, have you considered using the Hybrid CRT method? This does remove the need for the C++ redistributable.