I compile a C++ exe with vs2022 on win11, and run it on a win7 device, but the system prompts that a bunch of api-ms-win-core-xxx.dll is missing.
So, I check the documentation, it says these DLLs are introduced after win7, so can I just distribute them with my app?