如何从我的C+&#x2B中找到Windows 10依赖性API。代码并确保在Windows 11上运行?

发布于 2025-02-03 13:44:05 字数 102 浏览 3 评论 0原文

我有一个C ++ VS项目,该项目在Windows 10上编译并运行良好。通过静态分析或通过一些技巧,我想迁移并将代码编译到窗口11中。如何从代码中找到Windows 10依赖的API和库?

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 ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

遇见了你 2025-02-10 13:44:05

没有技巧。只需安装Windows 11 SDK并进行构建即可。

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

月竹挽风 2025-02-10 13:44:05

您应该专注于Windows 11的领域的详细信息在 Windows的兼容性食谱

请注意,您没有说明您已经支持的Windows 10版本,但是如果您一直跟上常规版本,则应该处于良好状态。

The details on the areas you should focus on testing for Windows 11 are in the Compatibility cookbook for Windows.

Note you didn't state what version(s) of Windows 10 you support already, but if you've been keeping up with the regular releases, you should be in good shape.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文