Search code examples
windowsvisual-c++compilationmsbuildwindows-11

How can I find Windows 10 dependent APIs from my C++ code and ensure it runs on Windows 11?


I have a C++ VS project which compiles and runs fine on Windows 10. By static analysis or by some trick, I want to migrate and compile the code to Window 11. How do I find the windows 10 dependent APIs and libraries from my code ?


Solution

  • There is no trick. Just install Windows 11 SDK and do the build. See here