[Core] Missing MSVCRT dependencies results in GView crashing in environments where Microsoft Visual C++ Runtime is not installed
Desktop (please complete the following information):
- OS: Windows
Describe the bug Without Microsoft Visual C Runtime installed, GView crashes. Statically link MSVCP should do the trick
To Reproduce Open Windows Sandbox, copy and paste the extracted release source and run GView.exe
Expected behavior Should work plug and play
The Visual C++ Redistributable Packages install run-time components that are required to run C++ applications that are built by using Visual Studio. We'll take into account statically linking these.
https://stackoverflow.com/questions/71494610/statically-link-all-dependences-so-that-the-end-user-will-never-be-asked-to-inst
This should be solved in https://github.com/gdt050579/AppCUI/issues/460.